Skip to content

Commit d08cc96

Browse files
committed
spaces
1 parent 3dc0a93 commit d08cc96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

linux/rancher/questions.yml

Lines changed: 2 additions & 2 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:
@@ -130,7 +130,7 @@ questions:
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:

0 commit comments

Comments
 (0)