This commit is contained in:
Michiel Borkent 2020-05-09 17:39:35 +02:00
parent 5ea85b97cb
commit 16b7d0ebc3

View file

@ -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.