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 <marcelo.clavel@buda.com>
  • Loading branch information
mclavel authored and Matiasmct committed Mar 20, 2024
1 parent 0c7a606 commit 5cbb080
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 5cbb080

Please sign in to comment.