diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-05-06 17:40:20 +0200 |
---|---|---|
committer | Krzysztof Opasiak <k.opasiak@samsung.com> | 2020-05-13 14:06:45 +0000 |
commit | 03bcdf5b922f2b80761f386fc6ca0889af719d12 (patch) | |
tree | c485cf5a9ffc671ee7fbe7f712c5c84b8b220e55 /kubernetes/dcaegen2/values.yaml | |
parent | 397f4851ae827c5f7fe35c2921e2305059937fe2 (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
(cherry picked from commit cfb7ff9315a0863c699acb018bfa947add0a1f25)
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 |