diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-04-29 09:40:22 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-04-29 09:40:22 +0000 |
commit | 684fb2fe4acda6cdb8ef9d9ace9ad1d58c677a15 (patch) | |
tree | e12b1fc57adb69548d4c65fc9dd9c6c4b5967170 /kubernetes/sdc/values.yaml | |
parent | f5e74e506c8ae56f4a7af7dfa516c5733fadb22e (diff) | |
parent | 276812c91c17e56f02760f2da657c598abbc881e (diff) |
Merge "Set sdc onboarding volume mount permissions"
Diffstat (limited to 'kubernetes/sdc/values.yaml')
-rw-r--r-- | kubernetes/sdc/values.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kubernetes/sdc/values.yaml b/kubernetes/sdc/values.yaml index 5701a91f27..2694b5de80 100644 --- a/kubernetes/sdc/values.yaml +++ b/kubernetes/sdc/values.yaml @@ -28,6 +28,8 @@ global: wf_external_user_password: S3A4Yko0U1hzek0wV1hsaGFrM2VIbGNzZTJnQXc4NHZhb0dHbUp2VXkyVQ== ubuntuInitRepository: oomk8s ubuntuInitImage: ubuntu-init:1.0.0 + busyboxRepository: registry.hub.docker.com + busyboxImage: library/busybox:latest cassandra: #This flag allows SDC to instantiate its own cluster, serviceName #should be sdc-cs if this flag is enabled |