Update args docs, remove command which is too confusing
This commit is contained in:
parent
9829e09f28
commit
ab283812db
4 changed files with 7 additions and 14 deletions
|
@ -25,14 +25,16 @@ Set the value web.livenessProbe.path and web.readinessProbe.path to change the U
|
|||
|
||||
This helm chart will set a "role" environment variable to web, worker, or beat. Your Docker image could read this variable and run the correct command.
|
||||
|
||||
Alternatively, set the service.command. For example:
|
||||
Alternatively, set the service.args. For example:
|
||||
|
||||
```
|
||||
web:
|
||||
command:
|
||||
args:
|
||||
- run_it
|
||||
```
|
||||
|
||||
Remember that Kubernetes "args" are Docker's CMD (or command). Pretty confusing!
|
||||
|
||||
# Usage
|
||||
|
||||
1. Add our Helm chart repo `helm repo add django https://burke-software.gitlab.io/django-helm-chart/`
|
||||
|
|
Reference in a new issue