Merge "[SO] don't use SO repositoryOverride for soHelper"
authorKrzysztof Opasiak <k.opasiak@samsung.com>
Thu, 5 Nov 2020 10:03:08 +0000 (10:03 +0000)
committerGerrit Code Review <gerrit@onap.org>
Thu, 5 Nov 2020 10:03:08 +0000 (10:03 +0000)
kubernetes/so/components/soHelpers/templates/_certificates.tpl

index 98876e3..d148a1c 100644 (file)
@@ -5,7 +5,7 @@
 {{ include "common.certInitializer.initContainer" $subchartDot }}
 {{- if $dot.Values.global.aafEnabled }}
 - name: {{ include "common.name" $dot }}-msb-cert-importer
-  image: "{{ include "common.repository" $dot }}/{{ $dot.Values.global.aafAgentImage }}"
+  image: "{{ include "common.repository" $subchartDot }}/{{ $dot.Values.global.aafAgentImage }}"
   imagePullPolicy: {{ $dot.Values.global.pullPolicy | default $subchartDot.Values.pullPolicy }}
   command:
   - "/bin/sh"