Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
LeelaChacha committed Feb 26, 2025
1 parent ef9da74 commit dd8d43b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/tests/deploy_moduletemplate_e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ if [ ! -f deploy_moduletemplate.sh ]; then
cp "$SCRIPT_DIR"/deploy_moduletemplate.sh .
fi

# Workaround for the issue with the missing CA certificates
export SSL_CERT_DIR="$HOME/.local/share/ca-certificates"
export CURL_CA_BUNDLE="$SSL_CERT_DIR/server.crt"

make build-manifests
yq eval "(. | select(.kind == \"Deployment\") | .metadata.name) = \"$MODULE_DEPLOYMENT_NAME\"" -i ./template-operator.yaml
./deploy_moduletemplate.sh "$MODULE_NAME" "$MODULE_VERSION" "$INCLUDE_DEFAULT_CR" "$MANDATORY" "$DEPLOY_MODULETEMPLATE" "$REQUIRES_DOWNTIME"

0 comments on commit dd8d43b

Please sign in to comment.