diff --git a/nodebrady/charts/nodebrady/templates/deployment.yaml b/nodebrady/charts/nodebrady/templates/deployment.yaml index c820cfa..7a9e2be 100755 --- a/nodebrady/charts/nodebrady/templates/deployment.yaml +++ b/nodebrady/charts/nodebrady/templates/deployment.yaml @@ -17,7 +17,7 @@ spec: labels: app: {{ template "fullname" . }} spec: -{{ if .Values.image.private }} +{{ if .Values.image.useImagePullSecrets }} imagePullSecrets: - name: {{ .Chart.Name }}-acr-secret {{ end }}