apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization metadata: name: ddb-cluster-bootstrap annotations: description: | Bootstrap-only resources (NOT managed by ArgoCD GitOps). These are applied via k8s/bootstrap-local/ and never touched afterward. The actual deployment is in bootstrap-local/03-ddb-bootstrap.yaml. namespace: ddb # IMPORTANT: These files are duplicated in k8s/bootstrap-local/03-ddb-bootstrap.yaml # DO NOT reference this kustomization from any ArgoCD Application. resources: - ddb-cluster.yaml - forgejo-database.yaml