We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2312fc commit a825ba0Copy full SHA for a825ba0
helm/umbrella/blueprints/btp-cf-env-runtime.abc.shoot.live.k8s-hana.ondemand.com/.ci.config.yaml
@@ -19,6 +19,9 @@ k8s-manifest-templating:
19
additional-manifest-templating: # define this if you want additional helm manifest folder e.g. dev....
20
- prefix-manifest-folder-name: "dev"
21
value-files:
22
- - "values.yaml"
23
- - "values.network.yaml"
+ - "values.yaml"
24
- "values.dev.yaml"
+ - prefix-manifest-folder-name: "test"
25
+ value-files:
26
27
+ - "values.test.yaml"
0 commit comments