Skip to content

Commit 5a1b561

Browse files
authored
Merge pull request #1 from ydb-platform/image-pull-secrets
imagePullSecrets variable has been added
2 parents cc15cff + 2dd35b7 commit 5a1b561

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

helm/ydb-disk-manager/templates/daemonset.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ spec:
1717
{{- toYaml . | nindent 8 }}
1818
{{- end }}
1919
spec:
20+
{{- if .Values.imagePullSecrets }}
21+
{{- with .Values.imagePullSecrets }}
22+
imagePullSecrets:
23+
{{- toYaml . | nindent 8 }}
24+
{{- end }}
25+
{{- end }}
2026
{{- if .Values.dnsPolicy }}
2127
dnsPolicy: {{ .Values.dnsPolicy }}
2228
{{- end }}

helm/ydb-disk-manager/values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ image:
22
repository: "cr.yandex/crpl7ipeu79oseqhcgn2/ydb-disk-manager"
33
pullPolicy: "IfNotPresent"
44

5+
imagePullSecrets: []
56
args: []
67
env:
78
- name: DP_DISABLE_PRE_START_CONTAINER

0 commit comments

Comments
 (0)