UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit dcfb2242 authored by Micah Nagel's avatar Micah Nagel Committed by Lucas Rodriguez
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

(cherry picked from commit 95f82a58)

b1d1462b plz work
617f62ff Update chart/templates/minio/minio/values.yaml
fbd4ab9f pipeline
parent 0566ac5e
No related branches found
No related tags found
1 merge request!2010Update Velero Plugin
......@@ -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