openshift: more fixes to crds
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
ba7a6248bb
commit
f7ceb69349
5 changed files with 5 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
|||
apiVersion: v1
|
||||
apiVersion: apps/v1
|
||||
groupNames: []
|
||||
kind: RoleBinding
|
||||
metadata:
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
apiVersion: v1
|
||||
apiVersion: network.openshift.io/v1
|
||||
kind: EgressNetworkPolicy
|
||||
metadata:
|
||||
name: default
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
apiVersion: v1
|
||||
apiVersion: authorization.openshift.io/v1
|
||||
groupNames: []
|
||||
kind: RoleBinding
|
||||
metadata:
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
apiVersion: v1
|
||||
apiVersion: authorization.openshift.io/v1
|
||||
groupNames:
|
||||
- system:serviceaccounts:{{app}}
|
||||
kind: RoleBinding
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
apiVersion: v1
|
||||
apiVersion: authorization.openshift.io/v1
|
||||
kind: Role
|
||||
metadata:
|
||||
annotations:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue