Files
applications/gitea/kustomization.yaml
Mayne0213 71f7f1b741 REFACTOR(repo): restructure apps folder and remove CreateNamespace
- Remove argocd/ and helm-values/ subdirectories
- Move files to parent directory (argocd.yaml, helm-values.yaml)
- Update helm valueFiles paths in ArgoCD Applications
- Remove CreateNamespace=true from all applications
- Namespace creation now handled by namespace.yaml with Goldilocks labels
2026-01-05 00:43:51 +09:00

19 lines
387 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
# Namespace with Goldilocks label
- namespace.yaml
# Gitea Runner
- deployment.yaml
# Vault secrets
- vault/gitea-admin-secret.yaml
- vault/gitea-postgres-password.yaml
- vault/gitea-runner-token.yaml
- vault/gitea-minio-credentials.yaml
- vault/minio-root-password.yaml
namespace: gitea