Revert back to render xxxx-conf bundles (as they can contain consul or

vault policies)
This commit is contained in:
Daniel Berteaud 2024-02-05 22:05:59 +01:00
parent 186b50aecc
commit 4a214e5a5a
1 changed files with 0 additions and 5 deletions

5
ctctl
View File

@ -539,11 +539,6 @@ ctctl_render_templates(){
local BRANCH=$(echo ${BUNDLE} | jq -r .branch)
local NAME=$(basename ${URL} .git)
# Nothing to render for bundles ending with -conf as they only provides configuration
if echo ${NAME} | grep -qE '\-conf$'; then
continue
fi
if [ "${BRANCH}" = "null" ]; then
BRANCH=master
fi