mirror of
https://github.com/outbackdingo/cozystack.git
synced 2026-01-28 18:18:41 +00:00
Provide the oportunity to specify StroageClass in applications Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
10 lines
213 B
YAML
10 lines
213 B
YAML
## @section Common parameters
|
|
|
|
## @param size Persistent Volume size
|
|
## @param storageClass StorageClass used to store the data
|
|
## @param replicas Number of etcd replicas
|
|
##
|
|
size: 4Gi
|
|
storageClass: ""
|
|
replicas: 3
|