vendor Strimzi 1.0.0 YAML locally instead of remote URL
strimzi.io/install/1.0.0 is not a valid git repo or kustomize remote URL. Download the full install bundle (strimzi-1.0.0.yaml) and reference it locally in the strimzi kustomization.
This commit is contained in:
parent
d920cc7c63
commit
7e9b563257
2 changed files with 18471 additions and 3 deletions
|
|
@ -1,6 +1,5 @@
|
|||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
# Strimzi Kafka operator - CRDs + cluster operator
|
||||
# Pinned to 1.0.0 for reproducible deployments
|
||||
- https://strimzi.io/install/1.0.0?namespace=customer1
|
||||
# Strimzi 1.0.0 CRDs + cluster operator (pinned, vendored from strimzi.io)
|
||||
- strimzi-1.0.0.yaml
|
||||
|
|
|
|||
18469
apps/base/customer1/siriusdevops-db/strimzi/strimzi-1.0.0.yaml
Normal file
18469
apps/base/customer1/siriusdevops-db/strimzi/strimzi-1.0.0.yaml
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue