diff options
author | Borislav Glozman <Borislav.Glozman@amdocs.com> | 2018-10-11 14:28:09 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-10-11 14:28:09 +0000 |
commit | 073c5ca5cc6cfc97cfd7ee0631e1c646cc287aa1 (patch) | |
tree | 2ff4f742077b8ad61095be394a7d42c98861e66f /charts/aai-graphadmin/templates/deployment.yaml | |
parent | 6b7728eae6eec865b9df694501f37d7a0914d34c (diff) | |
parent | cce2a91443e468e69fd0276d684e2138a9ad9c4b (diff) |
Merge "Mount the realm properites into containers"
Diffstat (limited to 'charts/aai-graphadmin/templates/deployment.yaml')
-rw-r--r-- | charts/aai-graphadmin/templates/deployment.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/charts/aai-graphadmin/templates/deployment.yaml b/charts/aai-graphadmin/templates/deployment.yaml index 5b23fa6..869eac0 100644 --- a/charts/aai-graphadmin/templates/deployment.yaml +++ b/charts/aai-graphadmin/templates/deployment.yaml @@ -96,6 +96,9 @@ spec: - mountPath: /opt/app/aai-graphadmin/resources/localhost-access-logback.xml name: {{ include "common.fullname" . }}-localhost-access-log-conf subPath: localhost-access-logback.xml + - mountPath: /opt/app/aai-graphadmin/resources/etc/auth/realm.properties + name: {{ include "common.fullname" . }}-realm-conf + subPath: realm.properties - mountPath: /opt/app/aai-graphadmin/resources/application.properties name: {{ include "common.fullname" . }}-springapp-conf subPath: application.properties |