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/policy/templates/dep-brmsgw.yaml | |
parent | 8fc5c78c24ec81a557586aed81dd5848519970f7 (diff) | |
parent | adb27b4bbc8cf67ad0c2a272d39ccfc5fb4d482f (diff) |
Merge changes I24367eac,I8dab41ae
* changes:
AAF config seggregation
Policy config segreggation
Diffstat (limited to 'kubernetes/policy/templates/dep-brmsgw.yaml')
-rw-r--r-- | kubernetes/policy/templates/dep-brmsgw.yaml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/kubernetes/policy/templates/dep-brmsgw.yaml b/kubernetes/policy/templates/dep-brmsgw.yaml index 89752aece7..667ccc6251 100644 --- a/kubernetes/policy/templates/dep-brmsgw.yaml +++ b/kubernetes/policy/templates/dep-brmsgw.yaml @@ -49,8 +49,9 @@ spec: hostPath: path: /etc/localtime - name: pe - hostPath: - path: /dockerdata-nfs/{{ .Values.nsPrefix }}/policy/opt/policy/config/pe/ + configMap: + name: policy-dep-pe-configmap + defaultMode: 0755 imagePullSecrets: - name: "{{ .Values.nsPrefix }}-docker-registry-key" #{{ end }} |