
* feat(argocd-image-updater): Support extra K8s manifests Signed-off-by: yu-croco <yu.croco@gmail.com> * chore(argocd-image-updater): add CI for extraObjects Signed-off-by: yu-croco <yu.croco@gmail.com> --------- Signed-off-by: yu-croco <yu.croco@gmail.com>
8 lines
144 B
YAML
8 lines
144 B
YAML
{{ range .Values.extraObjects }}
|
|
---
|
|
{{ if typeIs "string" . }}
|
|
{{- tpl . $ }}
|
|
{{- else }}
|
|
{{- tpl (toYaml .) $ }}
|
|
{{- end }}
|
|
{{ end }}
|