fix(argocd): delete argocd/apps/argocd.yaml (moved to argocd/argocd.yaml)

This commit is contained in:
platform-engineer-agent
2026-07-26 07:04:51 +02:00
parent 65bcb0c7a4
commit 63557ef1b4

View File

@@ -1,24 +0,0 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: argocd
namespace: argocd
annotations:
argocd.argoproj.io/sync-wave: "0"
spec:
project: k3s-cluster
source:
repoURL: https://git.rogi.casa/roger/k3s-cluster.git
targetRevision: main
path: argocd
directory:
recurse: false
destination:
server: https://kubernetes.default.svc
namespace: argocd
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=false