Skip to content

Commit

Permalink
Update charts/prometheus-stackdriver-exporter/templates/deployment.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: MH <[email protected]>

Signed-off-by: MH <[email protected]>
  • Loading branch information
zanhsieh authored Oct 3, 2024
1 parent 8517722 commit ec8d57c
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ metadata:
name: {{ template "stackdriver-exporter.fullname" . }}
labels:
{{- include "stackdriver-exporter.labels" . | indent 4 }}
{{- with .Values.annotations }}
annotations:
{{ toYaml .Values.annotations | indent 4 }}
{{- toYaml .Values.annotations | indent 6 }}
{{- end }}
spec:
replicas: {{ .Values.replicaCount }}
selector:
Expand Down

0 comments on commit ec8d57c

Please sign in to comment.