aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/so/components/so-sdnc-adapter/templates/deployment.yaml
diff options
context:
space:
mode:
authorKrzysztof Opasiak <k.opasiak@samsung.com>2020-11-23 11:04:00 +0000
committerGerrit Code Review <gerrit@onap.org>2020-11-23 11:04:00 +0000
commitaf614c6913a3e7d4f3dc632d4f9067f98c113d9b (patch)
tree7270fca1adaa1b814a47a73a775529ed66e8f645 /kubernetes/so/components/so-sdnc-adapter/templates/deployment.yaml
parent87803a46f67959b3f804a409899bc382ce283763 (diff)
parent747982c26fb62c0605541117a9b8a5fd00a3fc32 (diff)
Merge "[SO] Uses new tpls for repos / images"
Diffstat (limited to 'kubernetes/so/components/so-sdnc-adapter/templates/deployment.yaml')
-rwxr-xr-xkubernetes/so/components/so-sdnc-adapter/templates/deployment.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/kubernetes/so/components/so-sdnc-adapter/templates/deployment.yaml b/kubernetes/so/components/so-sdnc-adapter/templates/deployment.yaml
index 5186523ba1..6f9d7f7b16 100755
--- a/kubernetes/so/components/so-sdnc-adapter/templates/deployment.yaml
+++ b/kubernetes/so/components/so-sdnc-adapter/templates/deployment.yaml
@@ -42,7 +42,7 @@ spec:
initContainers: {{ include "so.certificate.container_importer" . | nindent 6 }}
containers:
- name: {{ include "common.name" . }}
- image: {{ include "common.repository" . }}/{{ .Values.image }}
+ image: {{ include "repositoryGenerator.repository" . }}/{{ .Values.image }}
resources: {{ include "common.resources" . | nindent 12 }}
{{- if .Values.global.aafEnabled }}
command:
@@ -90,7 +90,7 @@ spec:
protocol: TCP
# Filebeat sidecar container
- name: {{ include "common.name" . }}-filebeat-onap
- image: "{{ .Values.global.loggingRepository }}/{{ .Values.global.loggingImage }}"
+ image: {{ include "repositoryGenerator.image.logging" . }}
imagePullPolicy: {{ .Values.global.pullPolicy | default .Values.pullPolicy }}
volumeMounts:
- name: {{ include "common.fullname" . }}-filebeat-conf