apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: gitea-runner-gke namespace: argocd spec: project: default source: repoURL: https://git.neuralplatform.ai/will/infrastructure.git targetRevision: main path: servers/gcp/k8s/gitea-runner destination: server: https://34.63.89.52 namespace: ci ignoreDifferences: - group: apps kind: Deployment jsonPointers: - /status syncPolicy: automated: prune: true selfHeal: true syncOptions: - CreateNamespace=true - ServerSideApply=true