Files
launchpad/infra/cluster-resources-application.yaml
Danijel Simeunovic 18fb0ca3da
Some checks failed
Deploy Gitea Pages / build-and-deploy (push) Failing after 6s
repo names fix
2026-04-13 16:08:01 +02:00

40 lines
871 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: cluster-resources
namespace: argocd
labels:
app.kubernetes.io/name: cluster-resources
app.kubernetes.io/part-of: platform
app.kubernetes.io/managed-by: argocd
annotations:
argocd.argoproj.io/sync-wave: "0"
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: default
source:
repoURL: ssh://git@git.forteapps.net:2222/Forte/launchpad.git
targetRevision: HEAD
path: cluster-resources
directory:
exclude: 'network'
destination:
server: https://kubernetes.default.svc
namespace: kube-system
syncPolicy:
automated:
prune: true
selfHeal: true
allowEmpty: false
syncOptions:
- CreateNamespace=true
- Validate=true
- ServerSideApply=true
- Replace=false
- ApplyOutOfSyncOnly=false