Skip to content

Commit

Permalink
modify all dirs to see all 3 errors
Browse files Browse the repository at this point in the history
Signed-off-by: see-quick <maros.orsak159@gmail.com>
  • Loading branch information
see-quick committed Nov 21, 2024
1 parent 7e34c78 commit 999a8d8
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-cluster
name: my-connect-cluster2
# 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-broker
name: strimzi-kafka-broker2
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-operator
name: strimzi-access-operator2
labels:
app: strimzi-access-operator
namespace: strimzi-access-operator

0 comments on commit 999a8d8

Please sign in to comment.