Skip to content
Snippets Groups Projects
Commit 9fa4c3ac authored by Florent Aide's avatar Florent Aide
Browse files

tests: more split tests

parent d22c0661
No related branches found
No related tags found
No related merge requests found
......@@ -150,7 +150,7 @@
buildDir := filepath.Join(fixtures, "build", namespace)
compiledFiles, err := runner.YamlSplit(buildDir, filepath.Join(fixtures, compiled))
require.NoError(t, err)
require.Equal(t, 3, len(compiledFiles))
require.Equal(t, 4, len(compiledFiles))
for _, filePath := range compiledFiles {
fileName := filepath.Base(filePath)
tokens := strings.Split(fileName, ".")
......
......@@ -27,3 +27,18 @@
selector:
app: someApp
tier: frontend
---
apiVersion: v1
kind: Secret
metadata:
name: odoo_conf
type: Opaque
stringData:
odoo.conf: |
[option]
foo = 1
bar = 2
# -----------------------------------------------
# Below options are less crucial
# -----------------------------------------------
toot = t00t
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment