Skip to content

Commit 2a8522e

Browse files
authored
PATH -> GRAVEYARD
1 parent d1bcee1 commit 2a8522e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ Command supervisor for coordinated process termination.
33

44
## Tombstones
55

6-
kubexit carves a tombstone at `${KUBEXIT_PATH}/${KUBEXIT_NAME}` to mark the birth and death of the process it supervises:
6+
kubexit carves a tombstone at `${KUBEXIT_GRAVEYARD}/${KUBEXIT_NAME}` to mark the birth and death of the process it supervises:
77

88
1. When a wrapped app starts, kubexit will write a tombstone with a `Born` timestamp.
99
1. When a wrapped app exits, kubexit will update the tombstone with a `Died` timestamp and the `ExitCode`.
1010

1111
## Use Case: Romeo and Juliet
1212

13-
With kubexit, you can define **death dependencies** between processes that are wrapped with kubexit and configured with the same `KUBEXIT_PATH`.
13+
With kubexit, you can define **death dependencies** between processes that are wrapped with kubexit and configured with the same `KUBEXIT_GRAVEYARD`.
1414

1515
```
1616
KUBEXIT_NAME=app1 \

0 commit comments

Comments
 (0)