From dfedadb1e63ba4dc2488ae635c07176ce281378a Mon Sep 17 00:00:00 2001 From: Nikolai Rodionov Date: Sat, 4 May 2024 19:54:14 +0200 Subject: [PATCH] Create an app --- hooks/cleanup-pipelineruns.sh | 0 hooks/install-application.sh | 33 +++++++++++++++++++++++++++++++++ tpls/flux-create.yaml | 27 +++++++++++++++++++++++++++ 3 files changed, 60 insertions(+) mode change 100644 => 100755 hooks/cleanup-pipelineruns.sh create mode 100755 hooks/install-application.sh create mode 100644 tpls/flux-create.yaml diff --git a/hooks/cleanup-pipelineruns.sh b/hooks/cleanup-pipelineruns.sh old mode 100644 new mode 100755 diff --git a/hooks/install-application.sh b/hooks/install-application.sh new file mode 100755 index 0000000..6b5a8d0 --- /dev/null +++ b/hooks/install-application.sh @@ -0,0 +1,33 @@ +#!/usr/bin/env bash +# --------------------------------------------------------------------- +# This script should bootstrap a new environment, or update +# existing ones +# Get the configmap name and namespace to prepare the +# --------------------------------------------------------------------- + +if [[ $1 == "--config" ]] ; then + cat <