benutze die offizielle Strimzi-Installation
This commit is contained in:
@@ -4,7 +4,4 @@ kind: Kustomization
|
||||
namespace: strimzi-operator
|
||||
|
||||
resources:
|
||||
- namespace.yml
|
||||
- serviceaccount.yml
|
||||
- roles.yml
|
||||
- strimzi-operator-deployment.yml
|
||||
- strimzi-cluster-operator.yaml
|
||||
|
||||
@@ -1,4 +0,0 @@
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: strimzi-operator
|
||||
@@ -1,21 +0,0 @@
|
||||
apiVersion: rbac.authorization.k8s.io/v1
|
||||
kind: ClusterRole
|
||||
metadata:
|
||||
name: strimzi-cluster-operator
|
||||
rules:
|
||||
- apiGroups: ['*']
|
||||
resources: ['*']
|
||||
verbs: ['*']
|
||||
---
|
||||
apiVersion: rbac.authorization.k8s.io/v1
|
||||
kind: ClusterRoleBinding
|
||||
metadata:
|
||||
name: strimzi-cluster-operator
|
||||
roleRef:
|
||||
apiGroup: rbac.authorization.k8s.io
|
||||
kind: ClusterRole
|
||||
name: strimzi-cluster-operator
|
||||
subjects:
|
||||
- kind: ServiceAccount
|
||||
name: strimzi-cluster-operator
|
||||
namespace: strimzi-operator
|
||||
@@ -1,5 +0,0 @@
|
||||
apiVersion: v1
|
||||
kind: ServiceAccount
|
||||
metadata:
|
||||
name: strimzi-cluster-operator
|
||||
namespace: strimzi-operator
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user