mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
Remove need for escaped quotes.
This commit is contained in:
parent
9fb55af69b
commit
192aea7119
@ -205,7 +205,7 @@ var _ = SIGDescribe("CustomResourceValidationRules [Privileged:ClusterAdmin][Alp
|
|||||||
"type":"string"
|
"type":"string"
|
||||||
},
|
},
|
||||||
"x-kubernetes-validations":[
|
"x-kubernetes-validations":[
|
||||||
{ "rule":"self.all(s, s == \"string constant\")" }
|
{ "rule":"self.all(s, s == 'string constant')" }
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user