Skip to content

Commit

Permalink
/lifecycle-> /graveyard
Browse files Browse the repository at this point in the history
  • Loading branch information
karlkfi authored Apr 26, 2020
1 parent 2a8522e commit a158c16
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ With kubexit, you can define **death dependencies** between processes that are w

```
KUBEXIT_NAME=app1 \
KUBEXIT_GRAVEYARD=/lifecycle/ \
KUBEXIT_GRAVEYARD=/graveyard \
kubexit app1 &
KUBEXIT_NAME=app2 \
KUBEXIT_GRAVEYARD=/lifecycle/ \
KUBEXIT_GRAVEYARD=/graveyard \
KUBEXIT_DEATH_DEPS=app1
kubexit app2 &
```
Expand All @@ -33,11 +33,11 @@ With kubexit, you can define **birth dependencies** between processes that are w

```
KUBEXIT_NAME=app1 \
KUBEXIT_GRAVEYARD=/lifecycle/ \
KUBEXIT_GRAVEYARD=/graveyard \
kubexit app1 &
KUBEXIT_NAME=app2 \
KUBEXIT_GRAVEYARD=/lifecycle/ \
KUBEXIT_GRAVEYARD=/graveyard \
KUBEXIT_BIRTH_DEPS=app1
kubexit app2 &
```
Expand Down

0 comments on commit a158c16

Please sign in to comment.