Skip to content

Commit

Permalink
fix(prometheus-mysql-exporter): set serviceaccount lifecycle
Browse files Browse the repository at this point in the history
Signed-off-by: Marcelo Clavel <[email protected]>
  • Loading branch information
mclavel committed Oct 31, 2023
1 parent 84ab629 commit 57bfa0c
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 57bfa0c

Please sign in to comment.