apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: envoy-gateway-config namespace: argocd annotations: argocd.argoproj.io/sync-wave: "3" spec: project: default source: repoURL: https://gitea.fireflylab.cc/duynguyen/cluster-bootstrap.git targetRevision: main path: manifests/envoy-gateway-config destination: server: https://kubernetes.default.svc namespace: envoy-gateway-system syncPolicy: automated: prune: true selfHeal: true syncOptions: - SkipDryRunOnMissingResource=true