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 23, 2023
1 parent 7a95b68 commit bbaea37
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
control-plane: controller-manager
{{- include "emqx-operator.labels" . | nindent 8 }}
spec:
{{- with .Values.global.image.pullSecrets }}
{{- with .Values.imagePullSecrets }}
imagePullSecrets:
{{- toYaml . | nindent 8 }}
{{- end }}
Expand Down

0 comments on commit bbaea37

Please sign in to comment.