mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-11 22:20:18 +00:00
Use pointer for PSP allow escalation
This commit is contained in:
@@ -70224,7 +70224,7 @@
|
||||
],
|
||||
"properties": {
|
||||
"allowPrivilegeEscalation": {
|
||||
"description": "AllowPrivilegeEscalation determines if a pod can request to allow privilege escalation.",
|
||||
"description": "AllowPrivilegeEscalation determines if a pod can request to allow privilege escalation. If unspecified, defaults to true.",
|
||||
"type": "boolean"
|
||||
},
|
||||
"allowedCapabilities": {
|
||||
|
Reference in New Issue
Block a user