Skip to content

Commit 83763d3

Browse files
committed
remove runAsUser and runAsGroup as required for openshift use case
1 parent 8b9b076 commit 83763d3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

charts/plugin-barman-cloud/values.schema.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,6 @@
148148
"required": [
149149
"allowPrivilegeEscalation",
150150
"readOnlyRootFilesystem",
151-
"runAsUser",
152-
"runAsGroup",
153151
"seccompProfile",
154152
"capabilities"
155153
],
@@ -479,4 +477,4 @@
479477
"certificate"
480478
],
481479
"type": "object"
482-
}
480+
}

0 commit comments

Comments
 (0)