We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cc15cff + 2dd35b7 commit 5a1b561Copy full SHA for 5a1b561
helm/ydb-disk-manager/templates/daemonset.yaml
@@ -17,6 +17,12 @@ spec:
17
{{- toYaml . | nindent 8 }}
18
{{- end }}
19
spec:
20
+ {{- if .Values.imagePullSecrets }}
21
+ {{- with .Values.imagePullSecrets }}
22
+ imagePullSecrets:
23
+ {{- toYaml . | nindent 8 }}
24
+ {{- end }}
25
26
{{- if .Values.dnsPolicy }}
27
dnsPolicy: {{ .Values.dnsPolicy }}
28
helm/ydb-disk-manager/values.yaml
@@ -2,6 +2,7 @@ image:
2
repository: "cr.yandex/crpl7ipeu79oseqhcgn2/ydb-disk-manager"
3
pullPolicy: "IfNotPresent"
4
5
+imagePullSecrets: []
6
args: []
7
env:
8
- name: DP_DISABLE_PRE_START_CONTAINER
0 commit comments