Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
Signed-off-by: see-quick <[email protected]>
  • Loading branch information
see-quick committed Nov 21, 2024
1 parent ecb51bc commit 8102e9c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/connect/kafka-connect-build.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: kafka.strimzi.io/v1beta2
kind: KafkaConnect
metadata:
name: my-connect-cluster2
name: my-connect-cluster
# annotations:
# # use-connector-resources configures this KafkaConnect
# # to use KafkaConnector resources to avoid
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
name: strimzi-kafka-broker2
name: strimzi-kafka-broker
labels:
app: {{ template "strimzi.name" . }}
chart: {{ template "strimzi.chart" . }}
Expand Down
2 changes: 1 addition & 1 deletion install/access-operator/010-ServiceAccount.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
kind: ServiceAccount
metadata:
name: strimzi-access-operator2
name: strimzi-access-operator
labels:
app: strimzi-access-operator
namespace: strimzi-access-operator

0 comments on commit 8102e9c

Please sign in to comment.