From 19813118eb55f6fc3999c7b839d7be49b94bf29b Mon Sep 17 00:00:00 2001 From: Marco van Zijl Date: Sat, 3 May 2025 08:48:03 +0200 Subject: [PATCH] Add Cilium application manifest to ArgoCD configuration --- applications/templates/cilium.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 applications/templates/cilium.yaml diff --git a/applications/templates/cilium.yaml b/applications/templates/cilium.yaml new file mode 100644 index 0000000..2bcb9be --- /dev/null +++ b/applications/templates/cilium.yaml @@ -0,0 +1,16 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: cilium + namespace: argocd + finalizers: + - resources-finalizer.argocd.argoproj.io +spec: + destination: + namespace: kube-system + server: {{ .Values.spec.destination.server }} + project: default + source: + path: cilium + repoURL: {{ .Values.spec.source.repoURL }} + targetRevision: {{ .Values.spec.source.targetRevision }} \ No newline at end of file