infrastructure/kustomization.yaml
Infrastructure Admin 81a2e96de1 Add Vaultwarden to GitOps infrastructure
🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-27 00:05:25 -04:00

15 lines
No EOL
394 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
# Start with just core files for GitOps testing
- forgejo-k8s.yaml
- pomerium.yaml
- vaultwarden.yaml
# Exclude problematic directories:
# - flux/ (managed by Flux itself)
# - pomerium/ (Helm chart)
# - gitea/ (legacy, replaced by forgejo)
# - bin/ (binaries)
# - cookies.txt, DEPLOYMENT.md (not Kubernetes manifests)