diff options
author | Borislav Glozman <borislav.glozman@amdocs.com> | 2021-06-30 07:17:30 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-06-30 07:17:30 +0000 |
commit | e4e5bd0e975a73f49f300d6b0571288ee056b7ea (patch) | |
tree | 136543f2bad171923f3360b504ccb2911b9bb782 | |
parent | f840ec42af1006cca0b3a84038e3905c985f9d66 (diff) | |
parent | 4dcfc60ce552a3aeec9324c6c3f7f0f53fe3ba13 (diff) |
Merge "[SDC] Fix image name" into honolulu
-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 |