diff options
Diffstat (limited to 'kubernetes/policy/dep-brmsgw.yaml')
-rw-r--r-- | kubernetes/policy/dep-brmsgw.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kubernetes/policy/dep-brmsgw.yaml b/kubernetes/policy/dep-brmsgw.yaml index ce37796f2b..6758abf16a 100644 --- a/kubernetes/policy/dep-brmsgw.yaml +++ b/kubernetes/policy/dep-brmsgw.yaml @@ -52,7 +52,7 @@ spec: - /bin/bash - ./do-start.sh - brmsgw - image: nexus3.onap.org:10001/openecomp/policy/policy-pe:1.1-STAGING-latest + image: nexus3.onap.org:10001/openecomp/policy/policy-pe:1.0-STAGING-latest name: brmsgw volumeMounts: - mountPath: /tmp/policy-install/config @@ -60,6 +60,6 @@ spec: volumes: - name: pe hostPath: - path: /dockerdata/onapdemo/policy/opt/policy/config/pe/ + path: /dockerdata-nfs/onapdemo/policy/opt/policy/config/pe/ imagePullSecrets: - name: onap-docker-registry-key |