Files
GitOps/secrets/kustomization.yaml
T
Janis 20d8146e8c feat: add comprehensive documentation and deployment scripts
- Created new documentation files including TROUBLESHOOTING.md, CONFIGURATION.md, and CONTRIBUTING.md.
- Added deployment guide with automated and manual instructions.
- Introduced new YAML configurations for Kubernetes resources and Helm charts.
- Implemented a deployment script for setting up the GitOps infrastructure.
2026-04-16 19:07:08 +02:00

8 lines
227 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- gitea/argocd-gitops-repo-secret.yaml
- kargo/kargo-admin-password-secret.yaml
- github/git-kargo-secret.yaml
- gitea/gitea-gitops-secret.yaml