From d83fafbf465a6273faf0e5665736cab6417ef988 Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Wed, 3 Nov 2021 20:28:59 +0200 Subject: [PATCH] fix(cloud9): fix persistence variable name (#1275) * fix(cloud9): fix persistence variable name * remove docker sock from values --- charts/stable/cloud9/questions.yaml | 6 +++--- charts/stable/cloud9/values.yaml | 5 ----- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/charts/stable/cloud9/questions.yaml b/charts/stable/cloud9/questions.yaml index 5c9e58e2697..be78117b678 100644 --- a/charts/stable/cloud9/questions.yaml +++ b/charts/stable/cloud9/questions.yaml @@ -212,9 +212,9 @@ questions: schema: type: dict attrs: - - variable: config - label: "App Config Storage" - description: "Stores the Application Configuration." + - variable: code + label: "Code Storage" + description: "Stores the code files." schema: type: dict attrs: diff --git a/charts/stable/cloud9/values.yaml b/charts/stable/cloud9/values.yaml index 7ea688e2f65..1227d3c648e 100644 --- a/charts/stable/cloud9/values.yaml +++ b/charts/stable/cloud9/values.yaml @@ -29,10 +29,5 @@ persistence: mountPath: /code accessMode: ReadWriteOnce size: 1Gi - sock: - enabled: true - mountPath: /var/run/docker.sock - accessMode: ReadWriteOnce - size: 1Gi varrun: enabled: true