Skip to content

Commit

Permalink
fix(apps/prod/kafka): use another ns to create cluster and toipc
Browse files Browse the repository at this point in the history
Signed-off-by: wuhuizuo <wuhuizuo@126.com>
  • Loading branch information
wuhuizuo committed Aug 7, 2024
1 parent 29924b5 commit 6ae17e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion apps/prod/kafka/clusters/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: kafka-operator
namespace: kafka
resources:
- cd/cluster.yaml
- cd/topics.yaml
1 change: 1 addition & 0 deletions apps/prod/kafka/operator-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ spec:
interval: 5m0s
values:
replicas: 2
watchNamespaces: [kafka]

0 comments on commit 6ae17e2

Please sign in to comment.