summaryrefslogtreecommitdiffstats
path: root/kubernetes/policy/charts/pdp
diff options
context:
space:
mode:
authormayankg2703 <mayank.gupta@amdocs.com>2018-04-17 05:10:56 +0000
committermayankg2703 <mayank.gupta@amdocs.com>2018-04-17 05:12:51 +0000
commit583b43ee1ede792028ad394d2a07c7dab563ea43 (patch)
tree8f3d10d55a66a5533a81230791c28897f58a5a59 /kubernetes/policy/charts/pdp
parent3004a085973288456e15518364172b0a5b8295b3 (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/pdp')
-rw-r--r--kubernetes/policy/charts/pdp/templates/statefulset.yaml9
1 files changed, 8 insertions, 1 deletions
diff --git a/kubernetes/policy/charts/pdp/templates/statefulset.yaml b/kubernetes/policy/charts/pdp/templates/statefulset.yaml
index 367cde49bd..d09c446381 100644
--- a/kubernetes/policy/charts/pdp/templates/statefulset.yaml
+++ b/kubernetes/policy/charts/pdp/templates/statefulset.yaml
@@ -78,8 +78,15 @@ spec:
- mountPath: /tmp/policy-install/config/base.conf
name: pe
subPath: base.conf
- - mountPath: /tmp/policy-install/config/
+ - mountPath: /tmp/policy-install/config/pdp-tweaks.sh
name: pe-pdp
+ subPath: pdp-tweaks.sh
+ - mountPath: /tmp/policy-install/config/pdplp.conf
+ name: pe-pdp
+ subPath: pdplp.conf
+ - mountPath: /tmp/policy-install/config/pdp.conf
+ name: pe-pdp
+ subPath: pdp.conf
- mountPath: /tmp/policy-install/do-start.sh
name: pe-scripts
subPath: do-start.sh