apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: factorio namespace: argocd spec: project: default source: repoURL: https://sqljames.github.io/factorio-server-charts chart: factorio-server-charts targetRevision: "*" helm: valueFiles: - values.yaml destination: server: https://kubernetes.default.svc namespace: factorio syncPolicy: automated: selfHeal: true prune: true