adding helm defaults
This commit is contained in:
parent
ccf4ece329
commit
e5f073a1d2
1 changed files with 7 additions and 0 deletions
|
@ -1,5 +1,12 @@
|
||||||
---
|
---
|
||||||
# yaml-language-server: $schema=https://raw.githubusercontent.com/SchemaStore/schemastore/master/src/schemas/json/helmfile.json
|
# yaml-language-server: $schema=https://raw.githubusercontent.com/SchemaStore/schemastore/master/src/schemas/json/helmfile.json
|
||||||
|
helmDefaults:
|
||||||
|
wait: true
|
||||||
|
waitForJobs: true
|
||||||
|
timeout: 600
|
||||||
|
recreatePods: true
|
||||||
|
force: true
|
||||||
|
|
||||||
repositories:
|
repositories:
|
||||||
- name: cilium
|
- name: cilium
|
||||||
url: https://helm.cilium.io
|
url: https://helm.cilium.io
|
||||||
|
|
Loading…
Reference in a new issue