diff options
author | Jakub Latusek <j.latusek@samsung.com> | 2020-10-21 13:36:29 +0200 |
---|---|---|
committer | Jakub Latusek <j.latusek@samsung.com> | 2020-10-21 14:01:56 +0200 |
commit | fcf678489be4f4aaf2022ae0a34f46f83533fb6f (patch) | |
tree | 49609745ebc9d9468c37cb43ba777a99bc74d20a /kubernetes/clamp/components/clamp-backend/resources/config/application.properties | |
parent | de60649a59fe924175a25e05eb8ca31efe63daeb (diff) |
[CLAMP] change comment style
Signed-off-by: Jakub Latusek <j.latusek@samsung.com>
Change-Id: I8e6447a5e45547077abe5a5a929bb4edc377543a
Issue-ID: OOM-2562
Diffstat (limited to 'kubernetes/clamp/components/clamp-backend/resources/config/application.properties')
-rw-r--r-- | kubernetes/clamp/components/clamp-backend/resources/config/application.properties | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kubernetes/clamp/components/clamp-backend/resources/config/application.properties b/kubernetes/clamp/components/clamp-backend/resources/config/application.properties index 5bea37aaa3..8dd0fc796a 100644 --- a/kubernetes/clamp/components/clamp-backend/resources/config/application.properties +++ b/kubernetes/clamp/components/clamp-backend/resources/config/application.properties @@ -1,3 +1,4 @@ +{{/* ### # ============LICENSE_START======================================================= # ONAP CLAMP @@ -22,6 +23,7 @@ # =================================================================== # ### +*/}} {{- if .Values.global.aafEnabled }} server.ssl.key-store=file:{{ .Values.certInitializer.credsPath }}/{{ .Values.certInitializer.keystoreFile }} server.ssl.key-store-password=${cadi_keystore_password_p12} |