diff options
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 7f53d222..ab891da7 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 |