Skip to content

Commit

Permalink
Merge pull request #1 from ydb-platform/image-pull-secrets
Browse files Browse the repository at this point in the history
imagePullSecrets variable has been added
  • Loading branch information
Jorres authored Mar 4, 2024
2 parents cc15cff + 2dd35b7 commit 5a1b561
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions helm/ydb-disk-manager/templates/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ spec:
{{- toYaml . | nindent 8 }}
{{- end }}
spec:
{{- if .Values.imagePullSecrets }}
{{- with .Values.imagePullSecrets }}
imagePullSecrets:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- end }}
{{- if .Values.dnsPolicy }}
dnsPolicy: {{ .Values.dnsPolicy }}
{{- end }}
Expand Down
1 change: 1 addition & 0 deletions helm/ydb-disk-manager/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ image:
repository: "cr.yandex/crpl7ipeu79oseqhcgn2/ydb-disk-manager"
pullPolicy: "IfNotPresent"

imagePullSecrets: []
args: []
env:
- name: DP_DISABLE_PRE_START_CONTAINER
Expand Down

0 comments on commit 5a1b561

Please sign in to comment.