Skip to content

Commit

Permalink
Move clusterCaCert config for brokers to proper place
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Stejskal <xstejs24@gmail.com>
  • Loading branch information
Frawless committed Sep 6, 2024
1 parent dc20834 commit 6d9dffb
Showing 1 changed file with 5 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ spec:
memory: 1Gi
cpu: "1"
template:
clusterCaCert:
metadata:
annotations:
replicator.v1.mittwald.de/replicate-to-matching: "strimzi.io/sync-secrets=true"
pod:
affinity:
nodeAffinity:
Expand Down Expand Up @@ -73,10 +69,6 @@ spec:
memory: 2Gi
cpu: "1"
template:
clusterCaCert:
metadata:
annotations:
replicator.v1.mittwald.de/replicate-to-matching: "strimzi.io/sync-secrets=true"
pod:
affinity:
nodeAffinity:
Expand Down Expand Up @@ -148,6 +140,11 @@ spec:
configMapKeyRef:
key: event-bus-kafka-jmx-exporter-configuration.yaml
name: event-bus-kafka-jmx-exporter-configuration
template:
clusterCaCert:
metadata:
annotations:
replicator.v1.mittwald.de/replicate-to-matching: "strimzi.io/sync-secrets=true"
entityOperator:
template:
pod:
Expand Down

0 comments on commit 6d9dffb

Please sign in to comment.