fix(cloud9): fix persistence variable name (#1275)
* fix(cloud9): fix persistence variable name * remove docker sock from values
This commit is contained in:
parent
ac9f0fc2c7
commit
d83fafbf46
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue