UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit a9bb884d authored by still's avatar still
Browse files

Merge branch 'master' into 4.4.28-operator-upgrade

parents 2325533d 95f82a58
No related branches found
No related tags found
1 merge request!1993Minio operator helm chart upgrade
Pipeline #943376 passed
......@@ -47,7 +47,11 @@ tenant:
pullPolicy: {{ .Values.imagePullPolicy }}
imagePullSecret:
name: private-registry
metrics:
enabled: {{ .Values.monitoring.enabled }}
{{- if .Values.monitoring.enabled }}
prometheusOperator: true
{{- end }}
env:
- name: MINIO_PROMETHEUS_AUTH_TYPE
value: "public"
{{- end }}
{{- end -}}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment