diff options
author | mayankg2703 <mayank.gupta@amdocs.com> | 2018-04-17 05:10:56 +0000 |
---|---|---|
committer | mayankg2703 <mayank.gupta@amdocs.com> | 2018-04-17 05:12:51 +0000 |
commit | 583b43ee1ede792028ad394d2a07c7dab563ea43 (patch) | |
tree | 8f3d10d55a66a5533a81230791c28897f58a5a59 /kubernetes/policy/charts/brmsgw/templates | |
parent | 3004a085973288456e15518364172b0a5b8295b3 (diff) |
incorrect config map mounting
Change-Id: I54dbc1ceaf46ddc54a9aeb8504f9dee30f042872
Issue-ID: OOM-918
Signed-off-by: mayankg2703 <mayank.gupta@amdocs.com>
Diffstat (limited to 'kubernetes/policy/charts/brmsgw/templates')
-rw-r--r-- | kubernetes/policy/charts/brmsgw/templates/deployment.yaml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/kubernetes/policy/charts/brmsgw/templates/deployment.yaml b/kubernetes/policy/charts/brmsgw/templates/deployment.yaml index cd715e4606..e0969022f6 100644 --- a/kubernetes/policy/charts/brmsgw/templates/deployment.yaml +++ b/kubernetes/policy/charts/brmsgw/templates/deployment.yaml @@ -71,8 +71,12 @@ spec: - mountPath: /etc/localtime name: localtime readOnly: true - - mountPath: /tmp/policy-install/config + - mountPath: /tmp/policy-install/config/brmsgw-tweaks.sh name: pe-brmsgw + subPath: brmsgw-tweaks.sh + - mountPath: /tmp/policy-install/config/brmsgw.conf + name: pe-brmsgw + subPath: brmsgw.conf - mountPath: /tmp/policy-install/config/base.conf name: pe subPath: base.conf |