Skip to content

Commit

Permalink
Update values.yaml
Browse files Browse the repository at this point in the history
I think that a volume name prefix is required for persistent storage. When I set the name the PVCs were created.

Maybe I am wrong, maybe if a storageClassName is set and the prefix is left empty then PVCs will also get created?
  • Loading branch information
DanRoscigno authored May 15, 2024
1 parent 7506809 commit 350155e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions helm-charts/charts/kube-starrocks/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ starrocks:
# Note: Once set, the following fields will not be allowed to be modified.
storageSpec:
# Specifies the name prefix of the volumes to mount. If left unspecified, `emptyDir` volumes will be used by default, which
# are ephemeral and data will be lost on pod restart. For persistent storage, it is recommended to specify a volume name prefix.
# are ephemeral and data will be lost on pod restart. For persistent storage, specify a volume name prefix.
# For example, using `fe` as the name prefix would be appropriate.
name: ""
# the storageClassName represent the used storageclass name. if not set will use k8s cluster default storageclass.
Expand Down Expand Up @@ -592,7 +592,7 @@ starrocks:
# Note: Once set, the following fields will not be allowed to be modified.
storageSpec:
# Specifies the name prefix of the volumes to mount. If left unspecified, `emptyDir` volumes will be used by default, and only for log, which
# are ephemeral and logs will be lost on pod restart. For persistent storage, it is recommended to specify a volume name prefix.
# are ephemeral and logs will be lost on pod restart. For persistent storage, specify a volume name prefix.
# For example, using `cn` as the name prefix would be appropriate.
name: ""
# the storageClassName represent the used storageclass name. if not set will use k8s cluster default storageclass.
Expand Down Expand Up @@ -813,7 +813,7 @@ starrocks:
# Note: Once set, the following fields will not be allowed to be modified.
storageSpec:
# Specifies the name prefix of the volumes to mount. If left unspecified, `emptyDir` volumes will be used by default, which
# are ephemeral and data will be lost on pod restart. For persistent storage, it is recommended to specify a volume name prefix.
# are ephemeral and data will be lost on pod restart. For persistent storage, specify a volume name prefix.
# For example, using `be` as the name prefix would be appropriate.
name: ""
# the storageClassName represent the used storageclass name. if not set will use k8s cluster default storageclass.
Expand Down

0 comments on commit 350155e

Please sign in to comment.