aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/so/charts/so-request-db-adapter/templates/deployment.yaml
diff options
context:
space:
mode:
authorKrzysztof Opasiak <k.opasiak@samsung.com>2020-04-01 09:59:56 +0000
committerGerrit Code Review <gerrit@onap.org>2020-04-01 09:59:56 +0000
commiteac393265c9e926a3e18b1d4ede82c5c442eb65a (patch)
treeb435097825a806944ca29adcaa272aebaa59d099 /kubernetes/so/charts/so-request-db-adapter/templates/deployment.yaml
parentbf1af5c0a0caad1830bd2f56dded7d8d7fe35b3e (diff)
parentaadf545643827a440b082f4dcf6afdfd1c2012e2 (diff)
Merge "[SO] Onboard ONAP CA during init phase"
Diffstat (limited to 'kubernetes/so/charts/so-request-db-adapter/templates/deployment.yaml')
-rwxr-xr-xkubernetes/so/charts/so-request-db-adapter/templates/deployment.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/kubernetes/so/charts/so-request-db-adapter/templates/deployment.yaml b/kubernetes/so/charts/so-request-db-adapter/templates/deployment.yaml
index d8b50adf7c..7edd53cf94 100755
--- a/kubernetes/so/charts/so-request-db-adapter/templates/deployment.yaml
+++ b/kubernetes/so/charts/so-request-db-adapter/templates/deployment.yaml
@@ -34,7 +34,7 @@ spec:
app: {{ include "common.name" . }}
release: {{ include "common.release" . }}
spec:
- initContainers:
+ initContainers: {{ include "so.certificate.container_importer" . | nindent 6 }}
- command:
- /root/job_complete.py
args:
@@ -93,7 +93,7 @@ spec:
- configMapRef:
name: {{ include "common.fullname" . }}-configmap
imagePullPolicy: {{ .Values.global.pullPolicy | default .Values.pullPolicy }}
- volumeMounts:
+ volumeMounts: {{ include "so.certificate.volume-mounts" . | nindent 8 }}
- name: logs
mountPath: /app/logs
- name: config
@@ -104,7 +104,7 @@ spec:
- containerPort: {{ index .Values.containerPort }}
name: {{ .Values.service.portName }}
protocol: TCP
- volumes:
+ volumes: {{ include "so.certificate.volumes" . | nindent 6 }}
- name: logs
emptyDir: {}
- name: config