Skip to content

Commit

Permalink
fix(prometheus-mysql-exporter): set serviceaccount lifecycle (prometh…
Browse files Browse the repository at this point in the history
…eus-community#3949)

Signed-off-by: Marcelo Clavel <[email protected]>
Signed-off-by: Sacha <[email protected]>
  • Loading branch information
mclavel authored and sachasmart committed Dec 14, 2023
1 parent 2050037 commit f6de54c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/prometheus-mysql-exporter/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
description: A Helm chart for prometheus mysql exporter with cloudsqlproxy
name: prometheus-mysql-exporter
version: 2.1.0
version: 2.1.1
home: https://github.com/prometheus/mysqld_exporter
appVersion: v0.15.0
sources:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{- if or ( .Values.serviceAccount.create ) ( .Values.cloudsqlproxy.workloadIdentity.enabled ) -}}
{{- if .Values.serviceAccount.create -}}
apiVersion: v1
kind: ServiceAccount
metadata:
Expand Down

0 comments on commit f6de54c

Please sign in to comment.