diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2021-12-02 06:59:00 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-12-02 06:59:00 +0000 |
commit | 58b7790705734e89991092c7dd2863654bc3dcb4 (patch) | |
tree | 884b0a9b07df2d6feebea1dcb82a84150088fb35 /kubernetes/aai/components/aai-sparky-be/templates | |
parent | 81084d7169426b0d05710446cc23e233eae34b72 (diff) | |
parent | 5117667a9bfd9f4bc93c4a8a7c20a8514868da19 (diff) |
Merge "[AAI] Service Mesh related"
Diffstat (limited to 'kubernetes/aai/components/aai-sparky-be/templates')
-rw-r--r-- | kubernetes/aai/components/aai-sparky-be/templates/deployment.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kubernetes/aai/components/aai-sparky-be/templates/deployment.yaml b/kubernetes/aai/components/aai-sparky-be/templates/deployment.yaml index 48a6b04913..6e5ab8b32b 100644 --- a/kubernetes/aai/components/aai-sparky-be/templates/deployment.yaml +++ b/kubernetes/aai/components/aai-sparky-be/templates/deployment.yaml @@ -174,9 +174,11 @@ spec: configMap: name: {{ include "common.fullname" . }} - name: portal-config + {{- if .Values.global.aafEnabled }} emptyDir: medium: Memory - name: portal-config-input + {{- end }} configMap: name: {{ include "common.fullname" . }}-portal - name: portal-config-props |