diff --git a/everything-app/code.yaml b/everything-app/code.yaml new file mode 100644 index 0000000..dc267c4 --- /dev/null +++ b/everything-app/code.yaml @@ -0,0 +1,23 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: code + namespace: argocd +spec: + destination: + namespace: code-server + server: https://kubernetes.default.svc + project: infra + source: + helm: + parameters: + - name: persistence.storageClass + value: local-path-fast + - name: image.pullPolicy + value: Always + path: apps-helm/code + repoURL: https://git.martyn.berlin/martyn/infra4talos + targetRevision: HEAD + syncPolicy: + automated: + selfHeal: true