File tree Expand file tree Collapse file tree 4 files changed +4
-7
lines changed Expand file tree Collapse file tree 4 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 11---
22# Source: confluent-for-kubernetes/templates/clusterrole.yaml
33apiVersion : rbac.authorization.k8s.io/v1
4- kind : Role
4+ kind : ClusterRole
55metadata :
66 labels :
77 app : confluent-for-kubernetes
@@ -11,7 +11,6 @@ metadata:
1111 app.kubernetes.io/component : " confluent-operator"
1212 helm.sh/chart : confluent-for-kubernetes-0.174.25
1313 name : confluent-operator
14- namespace : default
1514rules :
1615- apiGroups :
1716 - cluster.confluent.com
Original file line number Diff line number Diff line change 11---
22# Source: confluent-for-kubernetes/templates/clusterrolebinding.yaml
3- kind : RoleBinding
3+ kind : ClusterRoleBinding
44apiVersion : rbac.authorization.k8s.io/v1
55metadata :
66 labels :
@@ -11,12 +11,11 @@ metadata:
1111 app.kubernetes.io/component : " confluent-operator"
1212 helm.sh/chart : confluent-for-kubernetes-0.174.25
1313 name : confluent-operator
14- namespace : default
1514subjects :
1615- kind : ServiceAccount
1716 name : confluent-for-kubernetes
1817 namespace : default
1918roleRef :
20- kind : Role
19+ kind : ClusterRole
2120 name : confluent-operator
2221 apiGroup : rbac.authorization.k8s.io
Original file line number Diff line number Diff line change 4444 containers :
4545 - args :
4646 - --debug=false
47- - --namespaces=default
4847 name : confluent-operator
4948 image : docker.io/confluentinc/confluent-operator:0.174.25
5049 imagePullPolicy : IfNotPresent
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ export CHART_VERSION=0.174.25
44# export CHART_VERSION=0.174.13
55helm repo add confluentinc https://packages.confluent.io/helm
66helm search repo confluent --versions
7- helm template confluentinc/confluent-for-kubernetes --version $CHART_VERSION --include-crds --output-dir .
7+ helm template confluentinc/confluent-for-kubernetes --version $CHART_VERSION --include-crds --set namespaced=false -- output-dir .
88mv confluent-for-kubernetes/crds/* ../crds/crds
99mv confluent-for-kubernetes/templates/* ../base/operator
1010rm -R confluent-for-kubernetes
You can’t perform that action at this time.
0 commit comments