diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-02-12 07:34:22 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-02-12 07:34:22 +0000 |
commit | 69de2245d6d24d036cefe77bf381083659b66436 (patch) | |
tree | 85537d855af0f7a6eae8fdac3294c4ad0abc8769 /kubernetes/so/templates/configmap.yaml | |
parent | da11ca1cf371bf25936553f518b0cba2b2e0304f (diff) | |
parent | 95dc1c9693b60b828fe5d6884933c2054d815e6a (diff) |
Merge "These OOM changes are related AAF Integration"
Diffstat (limited to 'kubernetes/so/templates/configmap.yaml')
-rwxr-xr-x | kubernetes/so/templates/configmap.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kubernetes/so/templates/configmap.yaml b/kubernetes/so/templates/configmap.yaml index d873beb62c..b57205223e 100755 --- a/kubernetes/so/templates/configmap.yaml +++ b/kubernetes/so/templates/configmap.yaml @@ -15,6 +15,7 @@ apiVersion: v1 data: LOG_PATH: {{ index .Values.logPath }} APP: {{ index .Values.app }} + ACTIVE_PROFILE: {{ include "helpers.profileProperty" (dict "condition" .Values.global.security.aaf.enabled "value1" "aaf" "value2" "basic")}} kind: ConfigMap metadata: name: {{ include "common.fullname" . }}-configmap |