You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Docker with function and external secure data - slack
docker run \
-e SCRIPT=https://raw.githubusercontent.com/keptn/lifecycle-toolkit/main/functions-runtime/samples/ts/slack.ts \
-e SECURE_DATA='{ "slack_hook":"hook/parts","text":"this is my test message" }' \
-it \
keptnsandbox/klc-runtime:${VERSION}
Docker with function and external data - prometheus