2023-10-26 12:33:00 +00:00
|
|
|
apiVersion: argoproj.io/v1alpha1
|
|
|
|
kind: Application
|
|
|
|
metadata:
|
|
|
|
name: argocd
|
|
|
|
namespace: argocd
|
|
|
|
spec:
|
|
|
|
destination:
|
|
|
|
namespace: argocd
|
|
|
|
server: https://kubernetes.default.svc
|
2023-10-26 12:45:13 +00:00
|
|
|
project: infra
|
2023-10-26 12:33:00 +00:00
|
|
|
source:
|
2023-10-27 16:46:53 +00:00
|
|
|
path: apps-kustomized/argocd
|
|
|
|
repoURL: https://git.martyn.berlin/martyn/infra4talos
|
2023-10-26 12:33:00 +00:00
|
|
|
targetRevision: HEAD
|
2023-10-26 18:12:56 +00:00
|
|
|
syncPolicy:
|
|
|
|
automated:
|
|
|
|
selfHeal: true
|