From 470d250195c20d244af337122235ce553603e6b0 Mon Sep 17 00:00:00 2001 From: Junwei Zhao Date: Tue, 14 Apr 2026 14:17:56 +1000 Subject: [PATCH] Add links --- manifests/links.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 manifests/links.yaml diff --git a/manifests/links.yaml b/manifests/links.yaml new file mode 100644 index 0000000..46bd0b5 --- /dev/null +++ b/manifests/links.yaml @@ -0,0 +1,16 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: links + namespace: argocd +spec: + project: default + syncPolicy: + automated: {} + source: + repoURL: https://github.com/wahyd4/links.git + targetRevision: master + path: k8s + destination: + server: https://kubernetes.default.svc + namespace: apps