Skip to content
Snippets Groups Projects
Commit ee4f949f authored by Bryan BRANCOTTE's avatar Bryan BRANCOTTE
Browse files

more tests

parent d664f38d
No related branches found
No related tags found
1 merge request!24Add tests
Pipeline #132722 passed
...@@ -5,7 +5,18 @@ generate: ...@@ -5,7 +5,18 @@ generate:
script: script:
- mkdir -p out-templates - mkdir -p out-templates
- helm dependency update ./test-chart/ - helm dependency update ./test-chart/
- helm template toto ./test-chart/ > out-templates/template.yaml - >
helm template
--values ./test-chart/values.yaml
--values ./test-chart/values-${VALUES_SUFFIX}.yaml
toto ./test-chart/
> out-templates/template.yaml
parallel:
matrix:
- VALUES_SUFFIX: [
"with-storage",
"blank"
]
artifacts: artifacts:
paths: paths:
- out-templates - out-templates
......
shiny-k8s-toolkit-helm:
storage:
enabled: true
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment