fix(base): fix init
This commit is contained in:
parent
a4842104c7
commit
e72b640af9
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ spec:
|
|||
interval: {{ $.Values.base.helm.release.interval }}
|
||||
valuesFrom:
|
||||
- kind: ConfigMap
|
||||
name: "{{ $.Release.Name }}-{{ $componentInstance }}-init"
|
||||
name: "{{ $componentInstance }}-init"
|
||||
optional: true
|
||||
valuesKey: init
|
||||
targetPath: init.version
|
||||
|
|
Loading…
Add table
Reference in a new issue