summaryrefslogtreecommitdiffstats
path: root/kubernetes/aaf/templates/aaf-deployment.yaml
diff options
context:
space:
mode:
authorvaibhav_16dec <vaibhav.chopra@amdocs.com>2018-01-17 12:42:39 +0000
committerAlexis de Talhouƫt <alexis.de_talhouet@bell.ca>2018-01-25 13:26:05 +0000
commitadb27b4bbc8cf67ad0c2a272d39ccfc5fb4d482f (patch)
tree28b4ff2e4a6beb454aa2077c0e408e70e1356d60 /kubernetes/aaf/templates/aaf-deployment.yaml
parent8de39a774d0e58e70fa5bde7fd1ecc158db1453f (diff)
AAF config seggregation
Issue-ID: OOM-554 Change-Id: I24367eac50b3d46be964a6d60e24b317af376c3e Signed-off-by: vaibhav_16dec <vaibhav.chopra@amdocs.com>
Diffstat (limited to 'kubernetes/aaf/templates/aaf-deployment.yaml')
-rw-r--r--kubernetes/aaf/templates/aaf-deployment.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/kubernetes/aaf/templates/aaf-deployment.yaml b/kubernetes/aaf/templates/aaf-deployment.yaml
index 6664f18886..4f64048aad 100644
--- a/kubernetes/aaf/templates/aaf-deployment.yaml
+++ b/kubernetes/aaf/templates/aaf-deployment.yaml
@@ -48,8 +48,8 @@ spec:
periodSeconds: 10
volumes:
- name: aaf-data
- hostPath:
- path: /dockerdata-nfs/{{ .Values.nsPrefix }}/aaf/data2
+ configMap:
+ name: aaf-data-configmap
imagePullSecrets:
- name: {{ .Values.nsPrefix }}-docker-registry-key
#{{ end }}