We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdd49a3 commit 1e8103fCopy full SHA for 1e8103f
2 files changed
charts/common/Chart.yaml
@@ -7,4 +7,4 @@ maintainers:
7
- email: alex@kharkevich.org
8
name: Alexander Kharkevich
9
name: common
10
-version: 2.1.4
+version: 2.1.5
charts/common/templates/_deployment.yaml
@@ -26,7 +26,7 @@ spec:
26
{{- include "common.affinity" . | nindent 6 }}
27
{{- include "common.tolerations" . | nindent 6 }}
28
{{- include "common.security.context" . | nindent 6 }}
29
- {{- if ne $pullSecretsEnabled false }}
+ {{- if $pullSecretsEnabled }}
30
{{- $pullSecrets := default (tuple "docker-registry") $image.pullSecrets }}
31
imagePullSecrets:
32
{{- range $pullSecrets }}
0 commit comments