- Add gitea Application manifests - Update repoURL to reference platform repo - Include helm-values, kustomization, redirect configs
15 lines
318 B
YAML
15 lines
318 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
resources:
|
|
# Platform self-reference
|
|
- application.yaml
|
|
|
|
# Core infrastructure
|
|
- priority-classes/argocd.yaml
|
|
- cert-manager/argocd.yaml
|
|
- traefik/argocd.yaml
|
|
- argocd-image-updater/argocd.yaml
|
|
- argocd/argocd.yaml
|
|
- gitea/argocd.yaml
|