add Strimzi operator as kustomize remote URL (GitOps)
Reference Strimzi 1.0.0 install bundle directly from kustomization. No separate install step needed — kubectl apply -k handles CRDs + operator in one shot before the Kafka CR. Pinned to 1.0.0 for reproducible deployments.
This commit is contained in:
parent
d012cac7f4
commit
07e4b07608
1 changed files with 3 additions and 1 deletions
|
|
@ -11,5 +11,7 @@ resources:
|
|||
# Trading platform DB (migrated from hermes-pgdb)
|
||||
- trading-db-credentials.yaml
|
||||
- trading-data-db.yaml
|
||||
# Kafka via Strimzi operator (replaces manual StatefulSet)
|
||||
# Strimzi Kafka operator (CRDs + operator deployment)
|
||||
- https://strimzi.io/install/1.0.0?namespace=customer1
|
||||
# Kafka cluster (applied after operator CRDs are available)
|
||||
- trading-kafka.yaml
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue