Files
security/kustomization.yaml
Mayne0213 321685822f REFACTOR(repo): security repo structure
- Add application.yaml for ArgoCD app-of-apps
- Add kustomization.yaml with security components
- Add renovate.json for automated updates
- Update all component argocd.yaml repoURLs to security repo

Components: authelia, vault, external-secrets, falco, trivy
2026-01-05 00:40:26 +09:00

11 lines
221 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- application.yaml
- authelia/argocd.yaml
- vault/argocd.yaml
- external-secrets/argocd.yaml
- falco/argocd.yaml
- trivy/argocd.yaml