fix(cloud9): fix persistence variable name (#1275)

* fix(cloud9): fix persistence variable name

* remove docker sock from values
This commit is contained in:
Stavros Kois
2021-11-03 19:28:59 +01:00
committed by GitHub
parent ac9f0fc2c7
commit d83fafbf46
2 changed files with 3 additions and 8 deletions
+3 -3
View File
@@ -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:
-5
View File
@@ -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