summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMandeep Khinda <Mandeep.Khinda@amdocs.com>2018-05-15 18:50:02 +0000
committerGerrit Code Review <gerrit@onap.org>2018-05-15 18:50:02 +0000
commit82aa965a5d0a880cda54dea4a78340913e31f55f (patch)
treed59398870d7b8feaafae02406eb5f0f74e091c02
parent3fcb4a062e4d1bd9c7e1a4e0553199c8cd2e77ad (diff)
parent9b65f83d0efaaa3c88e5c0a9c1a943fd6f15247c (diff)
Merge "Fix dcae posgres pv location"
-rw-r--r--kubernetes/dcaegen2/charts/dcae-bootstrap/values.yaml4
1 files changed, 3 insertions, 1 deletions
diff --git a/kubernetes/dcaegen2/charts/dcae-bootstrap/values.yaml b/kubernetes/dcaegen2/charts/dcae-bootstrap/values.yaml
index ab7331ef1a..404e059bd7 100644
--- a/kubernetes/dcaegen2/charts/dcae-bootstrap/values.yaml
+++ b/kubernetes/dcaegen2/charts/dcae-bootstrap/values.yaml
@@ -56,7 +56,9 @@ postgres:
config:
pgPrimaryPassword: onapdemodb
pgRootPassword: onapdemodb
-
+ persistence:
+ mountSubPath: dcae/data
+ mountInitPath: dcae
# application image
repository: nexus3.onap.org:10001