Auto-heal

This commit is contained in:
Martyn 2023-12-05 17:44:53 +00:00
parent 6da71fdc9c
commit 2e31a531a0
1 changed files with 17 additions and 0 deletions

View File

@ -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