mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-14 13:45:06 +00:00
Remove need for escaped quotes.
This commit is contained in:
@@ -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')" }
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user