Skip to content

Commit

Permalink
Fix env blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
ssciolla committed Dec 22, 2019
1 parent 029cb0d commit 5ad5cb2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,8 +240,8 @@ application.
something like this:
```
- env:
- name: ENV_FILE
value: /configuration/secrets/env_test.json
- name: ENV_FILE
value: /configuration/secrets/env_test.json
```
### Sending Email
Expand Down Expand Up @@ -284,7 +284,7 @@ the OpenShift environment is set in `env.json`, and then set `SEND_EMAIL` to the
variable set, the `env` block of the pod configuration file will look something like this:
```
-env
- name: SEND_EMAIL
value: "True"
- env:
- name: SEND_EMAIL
value: "True"
```

0 comments on commit 5ad5cb2

Please sign in to comment.