diff options
author | 2020-06-01 22:06:23 +0000 | |
---|---|---|
committer | 2020-06-01 22:06:23 +0000 | |
commit | 6218d1db2445faa4261f53925b2224a91e4de6e1 (patch) | |
tree | ee2702736661c245d69030a1a3cb87f59921c48a /kubernetes/portal/components/portal-sdk/templates/configmap.yaml | |
parent | 7d864e6f70d3a3d4c3e78453c54182e3bcecd3f1 (diff) | |
parent | 09f5279dfbf989fc2403f632869ee74bb0d9b9fb (diff) |
Merge "[PORTAL] Use common aaf template in portal-sdk"
Diffstat (limited to 'kubernetes/portal/components/portal-sdk/templates/configmap.yaml')
-rw-r--r-- | kubernetes/portal/components/portal-sdk/templates/configmap.yaml | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/kubernetes/portal/components/portal-sdk/templates/configmap.yaml b/kubernetes/portal/components/portal-sdk/templates/configmap.yaml index 1dbdeedd5a..5ad9910c56 100644 --- a/kubernetes/portal/components/portal-sdk/templates/configmap.yaml +++ b/kubernetes/portal/components/portal-sdk/templates/configmap.yaml @@ -26,17 +26,3 @@ metadata: data: {{ tpl (.Files.Glob "resources/config/deliveries/properties/ONAPPORTALSDK/*").AsConfig . | indent 2 }} {{ tpl (.Files.Glob "resources/server/*").AsConfig . | indent 2 }} - -{{ if .Values.global.aafEnabled }} -{{- if .Values.aafConfig.addconfig -}} ---- -apiVersion: v1 -kind: ConfigMap -{{- $suffix := "aaf-add-config" }} -metadata: {{- include "common.resourceMetadata" (dict "suffix" $suffix "dot" . )| nindent 2 }} -data: - aaf-add-config.sh: |- - /opt/app/aaf_config/bin/agent.sh;/opt/app/aaf_config/bin/agent.sh local showpass \ - {{.Values.aafConfig.fqi}} {{ .Values.aafConfig.fqdn }} > {{ .Values.aafConfig.credsPath }}/mycreds.prop -{{- end -}} -{{- end -}}
\ No newline at end of file |