Skip to content

Commit

Permalink
chore: use default storageclass create volume
Browse files Browse the repository at this point in the history
  • Loading branch information
daviderli614 committed Oct 16, 2023
1 parent bda9e4e commit cee26fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ kubectl delete crds greptimedbclusters.greptime.io

- [greptimedb](./charts/greptimedb/README.md)
- [greptimedb-operator](./charts/greptimedb-operator/README.md)
- [greptimedb-standalone](./charts/greptimedb-standalone/README.md)

## License

Expand Down
2 changes: 1 addition & 1 deletion charts/greptimedb/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ datanode:
replicas: 3
componentSpec: {}
storage:
storageClassName: standard
storageClassName: null
storageSize: 10Gi
storageRetainPolicy: Retain

Expand Down

0 comments on commit cee26fd

Please sign in to comment.