Open BestChinchilla opened 1 month ago
It would be convenient to add third-party manifests.
Something like this:
{{- range .Values.extraObjects }} --- {{- if kindIs "map" . }} {{ tpl (toYaml .) $ }} {{- else }} {{ tpl . $ }} {{- end }} {{- end }}
It would be convenient to add third-party manifests.
Something like this: