diff options
author | jmac <james.macnider@amdocs.com> | 2018-05-03 18:13:38 +0000 |
---|---|---|
committer | Jerome Doucerain <jerome.doucerain@bell.ca> | 2018-05-09 20:47:50 +0000 |
commit | 3ee77e74fa4613963f9edd29475e6f67886f0143 (patch) | |
tree | 40fddcc88ccafed8135f368ba3918767b2006703 /kubernetes/multicloud/charts/multicloud-windriver/templates | |
parent | 0b9b3f59b5d8fe653d023f9a03c8586836c0c3f7 (diff) |
Fixed remaining references to aai-service
Change-Id: I47b5ded80e27a98fc05a7ba1d00bf2de1af574e5
Signed-off-by: jmac <james.macnider@amdocs.com>
Issue-ID: OOM-1041
Diffstat (limited to 'kubernetes/multicloud/charts/multicloud-windriver/templates')
-rw-r--r-- | kubernetes/multicloud/charts/multicloud-windriver/templates/deployment.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/multicloud/charts/multicloud-windriver/templates/deployment.yaml b/kubernetes/multicloud/charts/multicloud-windriver/templates/deployment.yaml index 75969ba0fa..62857f6664 100644 --- a/kubernetes/multicloud/charts/multicloud-windriver/templates/deployment.yaml +++ b/kubernetes/multicloud/charts/multicloud-windriver/templates/deployment.yaml @@ -43,7 +43,7 @@ spec: - name: MSB_PORT value: "{{ .Values.config.msbPort }}" - name: AAI_ADDR - value: aai-service.{{ include "common.namespace" . }} + value: aai.{{ include "common.namespace" . }} - name: AAI_PORT value: "{{ .Values.config.aai.port }}" - name: AAI_SCHEMA_VERSION |