Files
cluster.fun/manifests/_apps/priority-classes.yaml
2025-09-14 15:56:31 +01:00

26 lines
564 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: cluster-fun-priority-classes
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: cluster.fun
destination:
namespace: kube-system
name: cluster-fun (v2)
source:
path: manifests/priority-classes
repoURL: "https://git.cluster.fun/AverageMarcus/cluster.fun.git"
targetRevision: HEAD
syncPolicy:
automated: {}
syncOptions:
- CreateNamespace=true
ignoreDifferences:
- kind: Secret
jsonPointers:
- /data
---