Skip to content

Commit

Permalink
Fixing annotation issue on helm chart (#1085)
Browse files Browse the repository at this point in the history
  • Loading branch information
cniackz authored Apr 6, 2022
1 parent d271f27 commit 3ddb9e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/tenant/templates/tenant.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ metadata:
prometheus.io/path: /minio/v2/metrics/cluster
prometheus.io/port: {{ dig "metrics" "port" 9000 . | quote }}
prometheus.io/scrape: "true"
prometheus.io/scheme: {{ dig "metrics" "protocol" http . | quote }}
prometheus.io/scheme: {{ dig "metrics" "protocol" "http" . | quote }}
{{ end }}
{{ if dig "scheduler" "name" "" . }}
scheduler:
Expand Down

0 comments on commit 3ddb9e1

Please sign in to comment.