diff --git a/everything-app/cryptpad.yaml b/everything-app/cryptpad.yaml new file mode 100644 index 0000000..8694846 --- /dev/null +++ b/everything-app/cryptpad.yaml @@ -0,0 +1,17 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: cryptpad + namespace: argocd +spec: + destination: + namespace: cryptpad + server: https://kubernetes.default.svc + project: apps + source: + path: apps-kustomized/cryptpad + repoURL: https://git.martyn.berlin/martyn/infra4talos + targetRevision: HEAD + syncPolicy: + automated: + selfHeal: true \ No newline at end of file