2023-11-15 14:39:02 +00:00
|
|
|
{{- 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 }}
|
|
|
|
|
2024-11-04 13:41:40 +00:00
|
|
|
{{- with index .Values "operators" "cloudnative-pg" }}
|
|
|
|
cloudnative-pg:
|
|
|
|
{{- toYaml . | nindent 2 }}
|
|
|
|
|
|
|
|
{{- with $.Values.metrics }}
|
|
|
|
monitoring:
|
|
|
|
podMonitorEnabled: {{ .enabled }}
|
|
|
|
{{- end }}
|
|
|
|
{{- end }}
|
|
|
|
|
2023-11-15 14:39:02 +00:00
|
|
|
{{- end }}
|
|
|
|
|
|
|
|
|
|
|
|
{{- define "operators-argo" }}
|
|
|
|
|
|
|
|
{{- end }}
|
|
|
|
|
|
|
|
{{ include "kubezero-app.app" . }}
|