Skip to content

Commit

Permalink
[prometheus-stackdriver-exporter] fix deployment annotations (#4767)
Browse files Browse the repository at this point in the history
* fix deployment annotations

Signed-off-by: Wojciech Smołkowski <[email protected]>

* bump chart version

Signed-off-by: Wojciech Smołkowski <[email protected]>

* Update charts/prometheus-stackdriver-exporter/templates/deployment.yaml

Signed-off-by: MH <[email protected]>

Signed-off-by: MH <[email protected]>

---------

Signed-off-by: Wojciech Smołkowski <[email protected]>
Signed-off-by: MH <[email protected]>
Co-authored-by: Rico Pahlisch <[email protected]>
Co-authored-by: MH <[email protected]>
  • Loading branch information
3 people authored Oct 8, 2024
1 parent 243aa44 commit 1e6b5cb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/prometheus-stackdriver-exporter/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
description: Stackdriver exporter for Prometheus
name: prometheus-stackdriver-exporter
version: 4.6.0
version: 4.6.1
appVersion: v0.16.0
home: https://www.stackdriver.com/
sources:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ metadata:
name: {{ template "stackdriver-exporter.fullname" . }}
labels:
{{- include "stackdriver-exporter.labels" . | indent 4 }}
{{- with .Values.annotations }}
annotations:
{{- toYaml .Values.annotations | indent 6 }}
{{- end }}
spec:
replicas: {{ .Values.replicaCount }}
selector:
Expand Down

0 comments on commit 1e6b5cb

Please sign in to comment.