mirror of
https://github.com/vhaudiquet/homeprod.git
synced 2026-06-27 19:52:40 +00:00
852ff844c4
- Add root kustomization.yaml to explicitly list included paths - Exclude cert-manager and cert-manager-issuer from root kustomization - Add Flux Kustomizations in system/flux/ to manage deployment order - cert-manager Flux Kustomization includes health checks for CRDs - cert-manager-issuer depends on cert-manager being ready
9 lines
235 B
YAML
9 lines
235 B
YAML
# Flux system resources
|
|
# Contains Flux Kustomization resources for additional dependencies
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
resources:
|
|
- webhook.yaml
|
|
- cert-manager.yaml
|
|
- cert-manager-issuer.yaml
|