File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -13,4 +13,8 @@ metadata:
1313 app : " {{ template " stackstorm-ha.name" . }}"
1414 heritage : " {{ .Release.Service }}"
1515 release : " {{ .Release.Name }}"
16+ {{- if .Values.serviceAccount.pullSecret }}
17+ imagePullSecrets :
18+ - name : " {{ .Values.serviceAccount.pullSecret }}"
19+ {{- end }}
1620{{- end }}
Original file line number Diff line number Diff line change @@ -29,6 +29,10 @@ serviceAccount:
2929 serviceAccountAnnotations : {}
3030 # Used to override service account name
3131 serviceAccountName :
32+ # Fallback image pull secret.
33+ # If a pod does not have pull secrets, k8s will use the service account's pull secrets.
34+ # See: https://kubernetes.io/docs/reference/access-authn-authz/service-accounts-admin/#serviceaccount-admission-controller
35+ # pullSecret: "your-pull-secret"
3236
3337# #
3438# # StackStorm shared variables
You can’t perform that action at this time.
0 commit comments