diff --git a/scripts/easy-secrets-gen.sh b/scripts/easy-secrets-gen.sh index 087c8e25b..dccc78922 100755 --- a/scripts/easy-secrets-gen.sh +++ b/scripts/easy-secrets-gen.sh @@ -160,7 +160,7 @@ if [ "x${DO_TMPL_VALUES}" = "xy" ]; then [ ! -f "${DEST_DIR}/secret-openstack.yaml" ] && \ yq '(.. | select(tag == "!!str")) |= envsubst' \ "./components/openstack-secrets.tpl.yaml" \ - | secret-seal-stdin "${DEST_DIR}/secret-openstack.yaml" + > "${DEST_DIR}/secret-openstack.yaml" fi cd ${DEST_DIR}