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 20:28:59 +02:00 committed by GitHub
parent ac9f0fc2c7
commit d83fafbf46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 8 deletions

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:

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