31 lines
568 B
YAML
31 lines
568 B
YAML
{{- define "operators-values" }}
|
|
|
|
{{- with index .Values "operators" "opensearch-operator" }}
|
|
opensearch-operator:
|
|
{{- toYaml . | nindent 2 }}
|
|
{{- end }}
|
|
|
|
{{- with index .Values "operators" "eck-operator" }}
|
|
eck-operator:
|
|
{{- toYaml . | nindent 2 }}
|
|
{{- end }}
|
|
|
|
{{- with index .Values "operators" "cloudnative-pg" }}
|
|
cloudnative-pg:
|
|
{{- toYaml . | nindent 2 }}
|
|
|
|
{{- with $.Values.metrics }}
|
|
monitoring:
|
|
podMonitorEnabled: {{ .enabled }}
|
|
{{- end }}
|
|
{{- end }}
|
|
|
|
{{- end }}
|
|
|
|
|
|
{{- define "operators-argo" }}
|
|
|
|
{{- end }}
|
|
|
|
{{ include "kubezero-app.app" . }}
|