aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/so/components
diff options
context:
space:
mode:
authorKrzysztof Opasiak <k.opasiak@samsung.com>2020-11-05 10:03:08 +0000
committerGerrit Code Review <gerrit@onap.org>2020-11-05 10:03:08 +0000
commiteac40cb58dd79e40434fce4afce15da0334cae3e (patch)
treeeff95454921ec1e95da6fba338465d43fe2f6e29 /kubernetes/so/components
parent13a3131a6816f874d1d605f4efed299f56b768c6 (diff)
parent3e4f9ed2169cad8a9fe97b8b75076568d28a5a28 (diff)
Merge "[SO] don't use SO repositoryOverride for soHelper"
Diffstat (limited to 'kubernetes/so/components')
-rw-r--r--kubernetes/so/components/soHelpers/templates/_certificates.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/so/components/soHelpers/templates/_certificates.tpl b/kubernetes/so/components/soHelpers/templates/_certificates.tpl
index 98876e3cea..d148a1cd60 100644
--- a/kubernetes/so/components/soHelpers/templates/_certificates.tpl
+++ b/kubernetes/so/components/soHelpers/templates/_certificates.tpl
@@ -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"