mirror of
https://github.com/vhaudiquet/homeprod.git
synced 2026-06-27 20:22:42 +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
20 lines
479 B
YAML
20 lines
479 B
YAML
# Flux Kustomization for cert-manager ClusterIssuer
|
|
# Depends on cert-manager being fully operational (CRDs installed)
|
|
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
|
kind: Kustomization
|
|
metadata:
|
|
name: cert-manager-issuer
|
|
namespace: flux-system
|
|
spec:
|
|
interval: 10m
|
|
sourceRef:
|
|
kind: GitRepository
|
|
name: homeprod
|
|
path: ./kubernetes/system/cert-manager-issuer
|
|
dependsOn:
|
|
- name: cert-manager
|
|
decryption:
|
|
provider: sops
|
|
secretRef:
|
|
name: flux-sops
|