aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/oof/charts/oof-has/charts
diff options
context:
space:
mode:
authorRitu Sood <ritu.sood@intel.com>2018-05-24 08:23:14 -0700
committerRitu Sood <ritu.sood@intel.com>2018-05-29 22:21:12 -0700
commit3a63d430a872be94813261168a48033837e916ae (patch)
treee3243dd5eb04c8541ee44c9158ffe41c1b93ce77 /kubernetes/oof/charts/oof-has/charts
parent7a1d526b8a1eab6cbb7cc45248b44c52d5979077 (diff)
Fix OOF configuration for connectivity
Update AAI and add Multicloud section to configuration to fix connectivity issues and also update deployment template Issue-ID: INT-144 Change-Id: I7c9d4177613bc6584d95d6bef359a5455ca6acec Signed-off-by: Ritu Sood <ritu.sood@intel.com>
Diffstat (limited to 'kubernetes/oof/charts/oof-has/charts')
-rwxr-xr-xkubernetes/oof/charts/oof-has/charts/oof-has-data/templates/deployment.yaml8
1 files changed, 4 insertions, 4 deletions
diff --git a/kubernetes/oof/charts/oof-has/charts/oof-has-data/templates/deployment.yaml b/kubernetes/oof/charts/oof-has/charts/oof-has-data/templates/deployment.yaml
index 4effba825e..fde094fd16 100755
--- a/kubernetes/oof/charts/oof-has/charts/oof-has-data/templates/deployment.yaml
+++ b/kubernetes/oof/charts/oof-has/charts/oof-has-data/templates/deployment.yaml
@@ -92,9 +92,9 @@ spec:
- mountPath: /usr/local/bin/aai_key.key
name: {{ .Values.global.commonConfigPrefix }}-config
subPath: aai_key.key
- - mountPath: /usr/local/bin/bundle.pem
+ - mountPath: /usr/local/bin/AAF_RootCA.cer
name: {{ .Values.global.commonConfigPrefix }}-config
- subPath: bundle.pem
+ subPath: AAF_RootCA.cer
resources:
{{ toYaml .Values.resources | indent 12 }}
{{- if .Values.nodeSelector }}
@@ -123,7 +123,7 @@ spec:
path: aai_cert.cer
- key: aai_key.key
path: aai_key.key
- - key: bundle.pem
- path: bundle.pem
+ - key: AAF_RootCA.cer
+ path: AAF_RootCA.cer
imagePullSecrets:
- name: "{{ include "common.namespace" . }}-docker-registry-key"