diff options
author | Alexis de Talhouƫt <alexis.de_talhouet@bell.ca> | 2018-01-25 13:26:22 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-01-25 13:26:22 +0000 |
commit | fb74b91ee95e5b03438154f95647f63feab97c97 (patch) | |
tree | 95ddce7701cac93c3d05c70288e7dbe95a26831e /kubernetes/aaf/templates/aaf-cs-deployment.yaml | |
parent | 8fc5c78c24ec81a557586aed81dd5848519970f7 (diff) | |
parent | adb27b4bbc8cf67ad0c2a272d39ccfc5fb4d482f (diff) |
Merge changes I24367eac,I8dab41ae
* changes:
AAF config seggregation
Policy config segreggation
Diffstat (limited to 'kubernetes/aaf/templates/aaf-cs-deployment.yaml')
-rw-r--r-- | kubernetes/aaf/templates/aaf-cs-deployment.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kubernetes/aaf/templates/aaf-cs-deployment.yaml b/kubernetes/aaf/templates/aaf-cs-deployment.yaml index acd6a7aeb6..55619b3280 100644 --- a/kubernetes/aaf/templates/aaf-cs-deployment.yaml +++ b/kubernetes/aaf/templates/aaf-cs-deployment.yaml @@ -31,8 +31,8 @@ spec: periodSeconds: 10 volumes: - name: aaf-cs-data - hostPath: - path: /dockerdata-nfs/{{ .Values.nsPrefix }}/aaf/data + secret: + secretName: aaf-cs-data-secret imagePullSecrets: - name: {{ .Values.nsPrefix }}-docker-registry-key -#{{ end }}
\ No newline at end of file +#{{ end }} |