summaryrefslogtreecommitdiffstats
path: root/charts/aai-graphadmin
diff options
context:
space:
mode:
authorBorislav Glozman <Borislav.Glozman@amdocs.com>2018-10-11 14:28:09 +0000
committerGerrit Code Review <gerrit@onap.org>2018-10-11 14:28:09 +0000
commit073c5ca5cc6cfc97cfd7ee0631e1c646cc287aa1 (patch)
tree2ff4f742077b8ad61095be394a7d42c98861e66f /charts/aai-graphadmin
parent6b7728eae6eec865b9df694501f37d7a0914d34c (diff)
parentcce2a91443e468e69fd0276d684e2138a9ad9c4b (diff)
Merge "Mount the realm properites into containers"
Diffstat (limited to 'charts/aai-graphadmin')
-rw-r--r--charts/aai-graphadmin/resources/config/realm.properties1
-rw-r--r--charts/aai-graphadmin/templates/deployment.yaml3
2 files changed, 3 insertions, 1 deletions
diff --git a/charts/aai-graphadmin/resources/config/realm.properties b/charts/aai-graphadmin/resources/config/realm.properties
index 8a14f81..97627ea 100644
--- a/charts/aai-graphadmin/resources/config/realm.properties
+++ b/charts/aai-graphadmin/resources/config/realm.properties
@@ -16,7 +16,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# ============LICENSE_END=========================================================
-
# format : username: password[,rolename ...]
# default username/password: AAI/AAI, MSO/MSO, ModelLoader/ModelLoader...
AAI:OBF:1gfr1ev31gg7,admin
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