diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-05-06 17:40:20 +0200 |
---|---|---|
committer | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-05-13 11:10:39 +0200 |
commit | cfb7ff9315a0863c699acb018bfa947add0a1f25 (patch) | |
tree | 779e0c796867011310cb12325bf25e9d97342d83 /kubernetes/dcaegen2/values.yaml | |
parent | 693b49fc8116ea27635c26590bf85a6746868ea4 (diff) |
[DCAEGEN2] Remove Lost+Found in PVC
When using dynamic storage, "Lost+Found" may be present. Cloudify init
script doesn't work when it's the case, so we need to remove it.
Issue-ID: OOM-1227
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: Ie298c55aa997a441dde0bd45c452f41eb77ad495
Diffstat (limited to 'kubernetes/dcaegen2/values.yaml')
-rw-r--r-- | kubernetes/dcaegen2/values.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kubernetes/dcaegen2/values.yaml b/kubernetes/dcaegen2/values.yaml index 25ddfc7558..aff40d4a6a 100644 --- a/kubernetes/dcaegen2/values.yaml +++ b/kubernetes/dcaegen2/values.yaml @@ -22,5 +22,7 @@ global: tlsImage: onap/org.onap.dcaegen2.deployments.tls-init-container:2.1.0 consulLoaderRepository: nexus3.onap.org:10001 consulLoaderImage: onap/org.onap.dcaegen2.deployments.consul-loader-container:1.0.0 + busyboxRepository: docker.io + busyboxImage: library/busybox:1.30 redis: replicaCount: 6 |