Skip to content

Commit

Permalink
Include standard retool labels instead of using only release name
Browse files Browse the repository at this point in the history
  • Loading branch information
stabai committed Jul 31, 2024
1 parent e00dcf4 commit f80f38b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions charts/retool/templates/serviceaccount.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ apiVersion: v1
kind: ServiceAccount
metadata:
name: {{ include "retool.serviceAccountName" . }}
labels:
app.kubernetes.io/instance: {{ .Release.Name }}
labels: {{- include "retool.labels" . | nindent 4 }}
{{- if .Values.serviceAccount.annotations }}
annotations:
{{ toYaml .Values.serviceAccount.annotations | indent 4 }}
Expand Down

0 comments on commit f80f38b

Please sign in to comment.