Skip to content

Commit

Permalink
fix(helm): fix imagePullSecrets not work
Browse files Browse the repository at this point in the history
Signed-off-by: Rory Z <[email protected]>
  • Loading branch information
Rory-Z committed Nov 22, 2023
1 parent f159411 commit 7355d2c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions deploy/charts/emqx-operator/templates/controller-manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ spec:
control-plane: controller-manager
{{- include "emqx-operator.labels" . | nindent 8 }}
spec:
{{- with .Values.global.image.pullSecrets }}
imagePullSecrets:
{{- toYaml . | nindent 8 }}
{{- end }}
containers:
- args:
- --leader-elect
Expand Down

0 comments on commit 7355d2c

Please sign in to comment.