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