Skip to content

Commit

Permalink
adding metricsEnabled to presigned url fence
Browse files Browse the repository at this point in the history
  • Loading branch information
EliseCastle23 committed Sep 9, 2024
1 parent 91c3594 commit 247dddb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion helm/fence/templates/presigned-url-fence.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,13 @@ spec:
app: presigned-url-fence
template:
metadata:
{{- with .Values.podAnnotations }}
annotations:
{{- with .Values.podAnnotations }}
{{- toYaml . | nindent 8 }}
{{- end }}
{{- if .Values.metricsEnabled }}
{{- include "common.grafanaAnnotations" . | nindent 8 }}
{{- end }}
labels:
app: presigned-url-fence
spec:
Expand Down

0 comments on commit 247dddb

Please sign in to comment.