Skip to content

Commit f9808ec

Browse files
authored
fix: service account name for matching references on operator chart (#1558)
Signed-off-by: Alexander Gil <[email protected]>
1 parent 6161257 commit f9808ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/redis-operator/templates/service-account.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ apiVersion: v1
44
kind: ServiceAccount
55
automountServiceAccountToken: {{ .Values.serviceAccount.automountServiceAccountToken }}
66
metadata:
7-
name: {{ .Values.redisOperator.name }}
7+
name: {{ .Values.serviceAccountName }}
88
namespace: {{ .Release.Namespace }}
99
labels:
1010
app.kubernetes.io/name : {{ .Values.redisOperator.name }}

0 commit comments

Comments
 (0)