diff --git a/app-of-apps/links.yaml b/app-of-apps/links.yaml new file mode 100644 index 0000000..093fe8d --- /dev/null +++ b/app-of-apps/links.yaml @@ -0,0 +1,17 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: links + namespace: argocd +spec: + destination: + namespace: links + server: https://kubernetes.default.svc + project: default + source: + path: apps-kustomized/links + repoURL: http://forgejo.git.svc.cluster.local/martyn/infra4talos.git + targetRevision: HEAD + syncPolicy: + automated: + selfHeal: true