Remove need for escaped quotes.

This commit is contained in:
Kermit Alexander 2022-06-17 22:40:38 +00:00
parent 9fb55af69b
commit 192aea7119

View File

@ -205,7 +205,7 @@ var _ = SIGDescribe("CustomResourceValidationRules [Privileged:ClusterAdmin][Alp
"type":"string"
},
"x-kubernetes-validations":[
{ "rule":"self.all(s, s == \"string constant\")" }
{ "rule":"self.all(s, s == 'string constant')" }
]
}
}