Add keycloak configuration to aai-resource in order to support multi-tenency
[aai/oom.git] / components / aai-resources / templates / deployment.yaml
index 2440da6..ae328f5 100644 (file)
@@ -1288,6 +1288,9 @@ spec:
         - mountPath: /opt/app/aai-resources/resources/application.properties
           name: {{ include "common.fullname" . }}-config
           subPath: application.properties
+        - mountPath: /opt/app/aai-resources/resources/application-keycloak.properties
+          name: {{ include "common.fullname" . }}-config
+          subPath: application-keycloak.properties
           {{ $global := . }}
           {{ range $job := .Values.global.config.auth.files }}
         - mountPath: /opt/app/aai-resources/resources/etc/auth/{{ . }}