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 <