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:
Hermes Agent 2026-05-26 00:49:08 +00:00
parent 25850b5b04
commit 94f6b04c28

View file

@ -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