diff --git a/doc/pods.md b/doc/pods.md index 34ea296b..5fe62b6c 100644 --- a/doc/pods.md +++ b/doc/pods.md @@ -245,3 +245,11 @@ channel on which the values will be received: ;;=> ["changed" "/tmp"] ;;=> ["changed" "/tmp"] ``` + +#### RUN_AS_BABASHKA_POD + +Babashka will set the `RUN_AS_BABASHKA_POD` environment variable to `true` when +invoking the pod. This can be used to determine if the program should behave as +a pod or not. + +Added in v0.0.94.