diff --git a/kustomization.yaml b/kustomization.yaml index fc1d875..cdd2da9 100644 --- a/kustomization.yaml +++ b/kustomization.yaml @@ -2,7 +2,12 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: -# Start with just core files for GitOps testing +# Core infrastructure +- providers.yaml +- provider-configs.yaml +- external-dns.yaml + +# Applications - forgejo-k8s.yaml - pomerium.yaml - vaultwarden.yaml