From 279c43e8c0a4ef77f0038e5078e66058c4664d20 Mon Sep 17 00:00:00 2001 From: "Arul.Nambi" Date: Wed, 10 Oct 2018 16:14:55 -0400 Subject: Adding mount points for roles and users config Issue-ID: PORTAL-434 Change-Id: I93818de4551a0ea4f883226e1b4f50613c4d9bd0 Signed-off-by: Arul.Nambi --- kubernetes/aai/charts/aai-sparky-be/templates/deployment.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'kubernetes/aai/charts/aai-sparky-be/templates/deployment.yaml') diff --git a/kubernetes/aai/charts/aai-sparky-be/templates/deployment.yaml b/kubernetes/aai/charts/aai-sparky-be/templates/deployment.yaml index 3ecbd80340..6a992dd618 100644 --- a/kubernetes/aai/charts/aai-sparky-be/templates/deployment.yaml +++ b/kubernetes/aai/charts/aai-sparky-be/templates/deployment.yaml @@ -98,6 +98,14 @@ spec: - mountPath: /opt/app/sparky/config/application-oxm-schema-prod.properties name: {{ include "common.fullname" . }}-properties subPath: application-oxm-schema-prod.properties + + - mountPath: /opt/app/sparky/config/roles.config + name: {{ include "common.fullname" . }}-properties + subPath: roles.config + + mountPath: /opt/app/sparky/config/users.config + name: {{ include "common.fullname" . }}-properties + subPath: users.config ports: - containerPort: {{ .Values.service.internalPort }} -- cgit 1.2.3-korg