UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 95f82a58 authored by Micah Nagel's avatar Micah Nagel
Browse files

Merge branch 'minio-mtls-metrics' into 'master'

Minio mTLS metrics

Closes platform-one/big-bang/apps/application-utilities/minio#30

See merge request platform-one/big-bang/bigbang!2000
parents 7953e19e b370d0a2
No related branches found
No related tags found
1 merge request!2000Minio mTLS metrics
Pipeline #943030 failed
......@@ -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