mirror of
https://github.com/rancher/k3k.git
synced 2026-08-23 22:36:17 +00:00
Make the storageRequestSize immutable.
It can't be changed in the StatefulSet and modifying the value causes an error.
This commit is contained in:
@@ -443,6 +443,9 @@ spec:
|
||||
This field is only relevant in "dynamic" mode.
|
||||
pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
|
||||
x-kubernetes-int-or-string: true
|
||||
x-kubernetes-validations:
|
||||
- message: storageRequestSize is immutable
|
||||
rule: self == oldSelf
|
||||
type:
|
||||
default: dynamic
|
||||
description: Type specifies the persistence mode.
|
||||
|
||||
Reference in New Issue
Block a user