fix: Split CNP operator from CNP cluster to fix CRD dependency
All checks were successful
Deploy Cluster / Terraform (push) Successful in 35s
Deploy Cluster / Ansible (push) Successful in 5m0s

- Move CNP operator HelmRelease to cnpg-operator folder
- Create addon-cnpg-operator kustomization (deploys operator first)
- Update addon-cnpg to dependOn addon-cnpg-operator
- Add addon-cnpg as dependency for addon-rancher (needs database)
This commit is contained in:
2026-03-26 00:06:34 +00:00
parent ef3fb2489a
commit 13627bf81f
8 changed files with 25 additions and 3 deletions

View File

@@ -11,5 +11,6 @@ resources:
- kustomization-observability.yaml
- kustomization-observability-content.yaml
- kustomization-lpp.yaml
- kustomization-cnpg-operator.yaml
- kustomization-cnpg.yaml
- kustomization-rancher.yaml