clusterforge/argo-apps/amd-gpu-operator.yaml
2025-10-06 09:34:03 +00:00

25 lines
549 B
YAML

---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
annotations:
argocd.argoproj.io/sync-wave: "0"
name: amd-gpu-operator
namespace: argocd
spec:
destination:
namespace: argocd
server: 'https://kubernetes.default.svc'
source:
path: amd-gpu-operator
repoURL: 'http://gitea-http.cf-gitea.svc:3000/forge/clusterforge.git'
targetRevision: HEAD
project: default
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true
- ServerSideApply=true