Skip to content

Commit 18b21d9

Browse files
committed
chore(controller): change default app storage
1 parent 13e3f12 commit 18b21d9

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,4 @@ vendor/
4444
# generated bintray scripts during ci
4545
client/_scripts/ci/bintray-ci.json
4646
.idea
47+
.vscode/

charts/controller/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ registrationMode: "admin_only"
1717
k8sApiVerifyTls: "true"
1818

1919
# Set storageClassName, It is used for application mount.
20-
appStorageClass: ""
20+
appStorageClass: "drycc-storage"
2121
# Set controller deployment replicas
2222
replicas: 1
2323
# Set celery replicas

0 commit comments

Comments
 (0)