File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 1+ {{- if .Values.serviceAccount.create }}
2+ apiVersion : v1
3+ kind : ServiceAccount
4+ metadata :
5+ name : {{ include "retool.serviceAccountName" . }}
6+ {{- if .Values.serviceAccount.annotations }}
7+ annotations :
8+ {{ toYaml .Values.serviceAccount.annotations | indent 4 }}
9+ {{- end }}
10+ {{- end }}
Original file line number Diff line number Diff line change @@ -92,11 +92,12 @@ postgresql:
9292
9393serviceAccount :
9494 # Specifies whether a service account should be created
95- create : false
95+ create : true
9696 # The name of the service account to use.
9797 # If not set and create is true, a name is generated using the fullname template
9898 # If set and create is false, the service account must be existing
9999 name :
100+ annotations : {}
100101
101102livenessProbe :
102103 enabled : true
You can’t perform that action at this time.
0 commit comments