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 | b9808c21a4a8bafbbc83bd9d5b1e4e78f4d39174 (patch) | |
tree | 37f4931888a3bd2d818fd7c1f46375f29e52da7b | |
parent | 654dbb57de287a0989bf60d22138db9fe34ae7f0 (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>
-rw-r--r-- | charts/aai-modelloader/resources/config/model-loader.properties | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/charts/aai-modelloader/resources/config/model-loader.properties b/charts/aai-modelloader/resources/config/model-loader.properties index bebf7d8..246e528 100644 --- a/charts/aai-modelloader/resources/config/model-loader.properties +++ b/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 |