kubezero/charts/kubezero/templates/operators.yaml

21 lines
358 B
YAML
Raw Permalink Normal View History

{{- define "operators-values" }}
{{- with index .Values "operators" "opensearch-operator" }}
opensearch-operator:
{{- toYaml . | nindent 2 }}
{{- end }}
2023-11-22 13:19:13 +00:00
{{- with index .Values "operators" "eck-operator" }}
eck-operator:
{{- toYaml . | nindent 2 }}
{{- end }}
{{- end }}
{{- define "operators-argo" }}
{{- end }}
{{ include "kubezero-app.app" . }}