File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 33# Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl.
44#
55---
6+
67# Create a Security Context Contraint
78kind : SecurityContextConstraints
89apiVersion : security.openshift.io/v1
@@ -27,6 +28,7 @@ supplementalGroups:
2728 - min : 54321
2829 max : 54321
2930---
31+
3032# Create a Security Context Contraint
3133kind : SecurityContextConstraints
3234apiVersion : security.openshift.io/v1
@@ -52,13 +54,14 @@ supplementalGroups:
5254 - min : 0
5355 max : 5432
5456---
57+
5558apiVersion : v1
5659kind : ServiceAccount
5760metadata :
5861 name : sidb-sa
5962 namespace : sidb-ns
60-
6163---
64+
6265kind : Role
6366apiVersion : rbac.authorization.k8s.io/v1
6467metadata :
7477 resourceNames :
7578 - sidb-oracle-user-scc
7679 - sidb-oracle-root-scc
77-
7880---
81+
7982kind : RoleBinding
8083apiVersion : rbac.authorization.k8s.io/v1
8184metadata :
You can’t perform that action at this time.
0 commit comments