diff options
author | Ritu Sood <ritu.sood@intel.com> | 2020-11-19 18:12:18 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-11-19 18:12:18 +0000 |
commit | 0206e988b2c05df33e454f8ea3975152b6ecc338 (patch) | |
tree | 9b0699ce9d2f9cd101fc48759670dd931a4d1e03 /deployments/helm/onap4k8s/charts/etcd/values.yaml | |
parent | d2ca7962b498529868eb009352b05ba9932f8724 (diff) | |
parent | e3c7d3d4153d3a9383d4ebcaa004e54b1b0b64c2 (diff) |
Merge "Upgrade kubespray from 2.12.6 to 2.14.1"
Diffstat (limited to 'deployments/helm/onap4k8s/charts/etcd/values.yaml')
-rw-r--r-- | deployments/helm/onap4k8s/charts/etcd/values.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/deployments/helm/onap4k8s/charts/etcd/values.yaml b/deployments/helm/onap4k8s/charts/etcd/values.yaml index d9874881..fd459f0a 100644 --- a/deployments/helm/onap4k8s/charts/etcd/values.yaml +++ b/deployments/helm/onap4k8s/charts/etcd/values.yaml @@ -55,6 +55,7 @@ persistence: ## #storageClass: "-" accessMode: "ReadWriteOnce" + storageType: hostPath storage: "1Gi" mountPath: /dockerdata-nfs mountSubPath: k8s-etcd |