diff options
author | MichaelMorris <michael.morris@est.tech> | 2020-04-28 09:34:17 +0100 |
---|---|---|
committer | MichaelMorris <michael.morris@est.tech> | 2020-04-29 09:01:38 +0100 |
commit | 276812c91c17e56f02760f2da657c598abbc881e (patch) | |
tree | 61abff97ec143070d66660e4ffc4949f74756294 /kubernetes/sdc/values.yaml | |
parent | f69c491ed06b017fe439ff8ff48ac896e93d0f52 (diff) |
Set sdc onboarding volume mount permissions
Set the permissions of files in the sdc onboarding backend persistent volume for package certs to enable access by the process in the pod which now runs as non-root user (since SDC-2798)
Signed-off-by: MichaelMorris <michael.morris@est.tech>
Issue-ID: SDC-2981
Change-Id: I6113f14ca9933e2fec2b565768ed5afbe3c18f21
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 |