Skip to content

Commit

Permalink
Merge pull request #182 from tryretool/stabai-patch-1
Browse files Browse the repository at this point in the history
Add instance label to serviceaccount
  • Loading branch information
stabai authored Jul 31, 2024
2 parents 310279f + f80f38b commit 4681a41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/retool/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: retool
description: A Helm chart for Kubernetes
type: application
version: 6.2.7
version: 6.2.8
maintainers:
- name: Retool Engineering
email: engineering+helm@retool.com
Expand Down
1 change: 1 addition & 0 deletions charts/retool/templates/serviceaccount.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ apiVersion: v1
kind: ServiceAccount
metadata:
name: {{ include "retool.serviceAccountName" . }}
labels: {{- include "retool.labels" . | nindent 4 }}
{{- if .Values.serviceAccount.annotations }}
annotations:
{{ toYaml .Values.serviceAccount.annotations | indent 4 }}
Expand Down

0 comments on commit 4681a41

Please sign in to comment.