diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2021-05-03 15:24:59 +0200 |
---|---|---|
committer | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2021-05-17 12:54:59 +0000 |
commit | 4dcfc60ce552a3aeec9324c6c3f7f0f53fe3ba13 (patch) | |
tree | c6e49c0a7e3079309a3787f85546ad0162c8194e /kubernetes/sdc | |
parent | 27984d15f00aec3b4ed732e4710a264cb6d197d9 (diff) |
[SDC] Fix image name
One of SDC onboarding fe image is using the old way.
Change it to the right way.
Issue-ID: OOM-1
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: I84d5328f00c233e73bd361868e0242e1d29b48f8
Diffstat (limited to 'kubernetes/sdc')
-rw-r--r-- | kubernetes/sdc/components/sdc-onboarding-be/templates/deployment.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/sdc/components/sdc-onboarding-be/templates/deployment.yaml b/kubernetes/sdc/components/sdc-onboarding-be/templates/deployment.yaml index 5c530fea72..af53fd6708 100644 --- a/kubernetes/sdc/components/sdc-onboarding-be/templates/deployment.yaml +++ b/kubernetes/sdc/components/sdc-onboarding-be/templates/deployment.yaml @@ -93,7 +93,7 @@ spec: memory: 20Mi {{- end }} - name: volume-permissions - image: {{ .Values.global.busyboxRepository | default .Values.busyboxRepository }}/{{ .Values.global.busyboxImage | default .Values.busyboxImage }} + image: {{ include "repositoryGenerator.image.busybox" . }} imagePullPolicy: {{ .Values.global.pullPolicy | default .Values.pullPolicy }} command: - sh |