Skip to content

Commit b23c8b0

Browse files
committed
chore(workflow): change docs
1 parent 969bfc4 commit b23c8b0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Please see below for links and descriptions of each component:
2121
- [monitor](https://github.com/drycc/monitor) - The platform monitoring components
2222
- [influxdb](https://github.com/drycc/influxdb) - The monitor database
2323
- [rabbitmq](https://github.com/drycc/rabbitmq) - RabbitMQ is a message broker used with controller celery
24-
- [storage](https://github.com/drycc/storage) - The in-cluster, ephemeral, development-only object storage system
24+
- [storage](https://github.com/drycc/storage) - The in-cluster, kubernetes storage, s3 api compatible, hybrid storage system.
2525
- [workflow-cli](https://github.com/drycc/workflow-cli) - Workflow CLI `drycc`
2626

2727
We welcome your input! If you have feedback, please [submit an issue][issues]. If you'd like to participate in development, please read the "Working on Documentation" section below and [submit a pull request][prs].

charts/workflow/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ controller:
149149
# admin_only - allows for registration by an admin only.
150150
registrationMode: "admin_only"
151151
# Set storageClassName, It is used for application mount.
152-
appStorageClass: ""
152+
appStorageClass: "drycc-storage"
153153
# Set controller deployment replicas
154154
replicas: 1
155155
# Set celery replicas

0 commit comments

Comments
 (0)