diff options
author | Lee, Tian (tl5884) <TianL@amdocs.com> | 2018-09-20 11:00:46 +0100 |
---|---|---|
committer | Lee, Tian (tl5884) <TianL@amdocs.com> | 2018-09-20 11:03:51 +0100 |
commit | 187ddbf27cccde3cb2b40114df931aaecec6c2f0 (patch) | |
tree | af45ca3dc08b6206a02700fa89e522b3d6cf31d4 /kubernetes/aai/charts/aai-modelloader/resources/config/model-loader.properties | |
parent | 3c13425d83fabdf0e4b2aa515c841319e2450ae0 (diff) |
Fix duplicated property
Looks like it was added accidentally when fixing OOM-1411
Change-Id: I316a36efbeb9797677456aabd5c1ac84700e5397
Issue-ID: OOM-1411
Signed-off-by: Lee, Tian (tl5884) <TianL@amdocs.com>
Diffstat (limited to 'kubernetes/aai/charts/aai-modelloader/resources/config/model-loader.properties')
-rw-r--r-- | kubernetes/aai/charts/aai-modelloader/resources/config/model-loader.properties | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/kubernetes/aai/charts/aai-modelloader/resources/config/model-loader.properties b/kubernetes/aai/charts/aai-modelloader/resources/config/model-loader.properties index bebf7d8801..246e52895a 100644 --- a/kubernetes/aai/charts/aai-modelloader/resources/config/model-loader.properties +++ b/kubernetes/aai/charts/aai-modelloader/resources/config/model-loader.properties @@ -41,8 +41,6 @@ ml.aai.AUTH_PASSWORD=OBF:1qvu1v2h1sov1sar1wfw1j7j1wg21saj1sov1v1x1qxw ml.babel.BASE_URL=https://aai-babel.{{.Release.Namespace}}:9516 ml.babel.GENERATE_ARTIFACTS_URL=/services/babel-service/v1/app/generateArtifacts ml.babel.KEYSTORE_FILE=babel-client-cert.p12 -ml.babel.TRUSTSTORE_FILE=babel-client-cert.p12 -ml.babel.TRUSTSTORE_PASSWORD=OBF:1y0q1uvc1uum1uvg1pil1pjl1uuq1uvk1uuu1y10 ml.babel.KEYSTORE_PASSWORD=OBF:1y0q1uvc1uum1uvg1pil1pjl1uuq1uvk1uuu1y10 ml.babel.TRUSTSTORE_FILE=tomcat_keystore ml.babel.TRUSTSTORE_PASSWORD=OBF:1y0q1uvc1uum1uvg1pil1pjl1uuq1uvk1uuu1y10 |