diff --git a/everything-app/lms.yaml b/everything-app/lms.yaml new file mode 100644 index 0000000..fb34ed1 --- /dev/null +++ b/everything-app/lms.yaml @@ -0,0 +1,14 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: lms + namespace: argocd +spec: + destination: + namespace: lms + server: https://kubernetes.default.svc + project: apps + source: + path: apps-kustomized/lms + repoURL: https://git.martyn.berlin/martyn/infra4talos + targetRevision: HEAD