fix(cloud9): fix persistence variable name (#1275)
* fix(cloud9): fix persistence variable name * remove docker sock from values
This commit is contained in:
@@ -212,9 +212,9 @@ questions:
|
|||||||
schema:
|
schema:
|
||||||
type: dict
|
type: dict
|
||||||
attrs:
|
attrs:
|
||||||
- variable: config
|
- variable: code
|
||||||
label: "App Config Storage"
|
label: "Code Storage"
|
||||||
description: "Stores the Application Configuration."
|
description: "Stores the code files."
|
||||||
schema:
|
schema:
|
||||||
type: dict
|
type: dict
|
||||||
attrs:
|
attrs:
|
||||||
|
|||||||
@@ -29,10 +29,5 @@ persistence:
|
|||||||
mountPath: /code
|
mountPath: /code
|
||||||
accessMode: ReadWriteOnce
|
accessMode: ReadWriteOnce
|
||||||
size: 1Gi
|
size: 1Gi
|
||||||
sock:
|
|
||||||
enabled: true
|
|
||||||
mountPath: /var/run/docker.sock
|
|
||||||
accessMode: ReadWriteOnce
|
|
||||||
size: 1Gi
|
|
||||||
varrun:
|
varrun:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|||||||
Reference in New Issue
Block a user