2023-11-14 11:11:14 +00:00
|
|
|
apiVersion: argoproj.io/v1alpha1
|
|
|
|
kind: Application
|
|
|
|
metadata:
|
|
|
|
name: newleaf
|
|
|
|
namespace: argocd
|
|
|
|
spec:
|
|
|
|
destination:
|
2023-11-14 11:14:37 +00:00
|
|
|
namespace: cloudtube
|
2023-11-14 11:11:14 +00:00
|
|
|
server: https://kubernetes.default.svc
|
|
|
|
project: apps
|
|
|
|
source:
|
|
|
|
path: apps-kustomized/newleaf
|
|
|
|
repoURL: https://git.martyn.berlin/martyn/infra4talos
|
|
|
|
targetRevision: HEAD
|
2023-11-14 11:59:24 +00:00
|
|
|
syncPolicy:
|
2023-11-14 11:41:00 +00:00
|
|
|
automated:
|
2023-11-14 11:57:34 +00:00
|
|
|
selfHeal: true
|