Skip to content

Commit a4f07a0

Browse files
committed
showif
1 parent e31c7f5 commit a4f07a0

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

linux/rancher/questions.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ questions:
117117
description: StorageClass Type for Azure Disk CSI
118118
group: Kubernetes Storage Options
119119
label: Kubernetes StorageClass Type
120-
show_if: storageClass_provisioner = "disk.csi.azure.com"
120+
show_if: storageClass.provisioner="disk.csi.azure.com"
121121
type: enum
122122
default: Standard_LRS
123123
options:
@@ -126,11 +126,11 @@ questions:
126126
- StandardSSD_LRS
127127
- UltraSSD_LRS
128128

129-
- variable: "storageClass.type"
129+
- variable: storageClass.type
130130
description: StorageClass Type for AWS EBS CSI
131131
group: Kubernetes Storage Options
132132
label: Kubernetes StorageClass Type
133-
show_if: storageClass_provisioner = "ebs.csi.aws.com"
133+
show_if: storageClass.provisioner="ebs.csi.aws.com"
134134
type: enum
135135
default: standard
136136
options:
@@ -146,7 +146,7 @@ questions:
146146
description: StorageClass Type for GCE PD CSI
147147
group: Kubernetes Storage Options
148148
label: Kubernetes StorageClass Type
149-
show_if: storageClass.provisioner = "pd.csi.storage.gke.io"
149+
show_if: storageClass.provisioner="pd.csi.storage.gke.io"
150150
type: enum
151151
default: pd-standard
152152
options:

0 commit comments

Comments
 (0)