fix(argo-workflows): Fix templating in several places (#2026)
* Add artifacthub changes Signed-off-by: Peejai <pieterjan.soetaert@robovision.eu> * fix templating list of yamls Signed-off-by: Peejai <pieterjan.soetaert@robovision.eu> * Bump version and fix templating for gcs and azure as well Signed-off-by: Peejai <pieterjan.soetaert@robovision.eu> --------- Signed-off-by: Peejai <pieterjan.soetaert@robovision.eu> Co-authored-by: Aikawa <yu.croco@gmail.com>
This commit is contained in:
parent
b37a9e72a6
commit
f6d44750b8
5 changed files with 17 additions and 17 deletions
|
|
@ -35,7 +35,7 @@ spec:
|
|||
{{- end }}
|
||||
{{- with .Values.controller.extraInitContainers }}
|
||||
initContainers:
|
||||
{{- toYaml . | nindent 8 }}
|
||||
{{- tpl (toYaml .) $ | nindent 8 }}
|
||||
{{- end }}
|
||||
containers:
|
||||
- name: controller
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue