From 32afb2066057c6e280818eb24adde0e30a69d3d9 Mon Sep 17 00:00:00 2001 From: Kostiantyn Kalynovskyi Date: Tue, 29 Oct 2019 17:28:36 -0500 Subject: [PATCH] Adding argo function Argo function can be directly pulled from remote github repository if needed, we can downstream argo repository later. Change-Id: I4eaf059aec902a01b8e34bd6ba1247c6c504f0fd --- functions/argo/kustomization.yaml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 functions/argo/kustomization.yaml diff --git a/functions/argo/kustomization.yaml b/functions/argo/kustomization.yaml new file mode 100644 index 000000000..567c15e33 --- /dev/null +++ b/functions/argo/kustomization.yaml @@ -0,0 +1,2 @@ +resources: +- github.com/argoproj/argo//manifests/namespace-install?ref=v2.4.2