Use helm convention for images (they are maps)

This commit is contained in:
Seth Nickell 2020-04-28 01:45:52 -10:00
Родитель f94e7ffa8d
Коммит 4afdfb7006
2 изменённых файлов: 4 добавлений и 2 удалений

Просмотреть файл

@ -21,7 +21,7 @@ spec:
spec:
containers:
- name: smb-flexvol-installer
image: {{ .Values.smbFlexVolInstaller.image }}
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
env:
- name: INSTALL_DEPS
value: "{{ .Values.smbFlexVolInstaller.installDependencies }}"

Просмотреть файл

@ -19,7 +19,9 @@ smbFlexVolInstaller:
# Install statically linked jq and cifs-utils on each k8s node?
# Usually required unless running on Azure AKS which already has these
installDependencies: true
image: mcr.microsoft.com/k8s/flexvolume/smb-flexvolume
image:
repository: mcr.microsoft.com/k8s/flexvolume/smb-flexvolume
tag: latest
# Tolerate tained nodes when deploying the DaemonSet?
tolerations:
- key: "hub.jupyter.org_dedicated"