aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/so/templates/configmap.yaml
diff options
context:
space:
mode:
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>2020-10-14 12:30:16 +0000
committerGerrit Code Review <gerrit@onap.org>2020-10-14 12:30:16 +0000
commit39bb1a03c8666eff92d3d8d7b9e1e2b45701fd10 (patch)
tree8bb34f6e9426b41ddf300cc6ee6f3b02e6d64472 /kubernetes/so/templates/configmap.yaml
parentecae12ede2c6f88bd69f02499dc3c361c77f3516 (diff)
parent0df1f8ec5332651b5ce2731dd25ee2319f393b4f (diff)
Merge "[SO] move subcharts to components folder"
Diffstat (limited to 'kubernetes/so/templates/configmap.yaml')
-rwxr-xr-xkubernetes/so/templates/configmap.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/so/templates/configmap.yaml b/kubernetes/so/templates/configmap.yaml
index 6aa4b5f4f0..ab7b5f3624 100755
--- a/kubernetes/so/templates/configmap.yaml
+++ b/kubernetes/so/templates/configmap.yaml
@@ -15,7 +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")}}
+ ACTIVE_PROFILE: {{ include "so.helpers.profileProperty" (dict "condition" .Values.global.security.aaf.enabled "value1" "aaf" "value2" "basic")}}
kind: ConfigMap
metadata:
name: {{ include "common.fullname" . }}-configmap