fix(cert-manager): cert-manager-issuers directory.include renders empty — switch to explicit resources list, restore automated sync

This commit is contained in:
Story Crater Bot
2026-08-18 15:08:04 -07:00
parent 8ff3060ff0
commit 13ebfe158a
2 changed files with 16 additions and 5 deletions
@@ -1,5 +1,11 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: cert-manager
resources: []
# cert-manager deployed via ArgoCD Helm source (see layer-2-bootstrap app)
# Issuers + CA trust-bundle ConfigMaps for the cert-manager-issuers Application.
# Each resource sets its own metadata.namespace (the ConfigMaps target iam/cicd/
# monitoring/sqs; ClusterIssuers are cluster-scoped) — so NO namespace transformer
# here (that would rewrite them all into one namespace). cert-manager itself is a
# separate Helm Application; cert-manager-values.yaml here is only its $values ref.
resources:
- letsencrypt-issuer.yaml
- homelab-ca-issuer.yaml
- homelab-ca-configmap.yaml