Commit 3a11074c by Sheng Yang Committed by GC

wordpress: Add existingClaim to the options (#41)

Only update questions.yml.
parent 5be354e1
......@@ -129,6 +129,11 @@ questions:
description: "If undefined or null, uses the default StorageClass. Default to null"
type: storageclass
label: Default StorageClass for MariaDB
- variable: mariadb.persistence.existingClaim
default: ""
description: "If not empty, uses the specified existing PVC instead of creating new one"
type: string
label: Existing Persistent Volume Claim for MariaDB
- variable: persistence.enabled
default: "false"
description: "Enable persistent volume for WordPress"
......@@ -148,6 +153,11 @@ questions:
description: "If undefined or null, uses the default StorageClass. Default to null"
type: storageclass
label: Default StorageClass for WordPress
- variable: persistence.existingClaim
default: ""
description: "If not empty, uses the specified existing PVC instead of creating new one"
type: string
label: Existing Persistent Volume Claim for WordPress
- variable: serviceType
default: "NodePort"
description: "WordPress Service type"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment