Skip to content

Commit

Permalink
Add README kms_use / decrypt_charts as env variables overwrite - fix
Browse files Browse the repository at this point in the history
  • Loading branch information
szibis committed May 5, 2017
1 parent b25f568 commit 6b71e63
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,12 @@ curl -L $TARBALL_URL | tar -C $(helm home)/plugins -xzv

#### Helm-wrapper configuration
By default helm-wrapper is configured to use KMS profiles and do not encrypt/decrypt secrets.yaml in charts templates.
Set you own options as ENV variables if you like overwrite default kms enabled and decrypt charts disabled.
```
# set you own options as ENV variables if you like overwrite default kms enabled and decrypt charts disabled.
DECRYPT_CHARTS=false helm-wrapper ....
# or/and
```
or/and
```
KMS_USE=true helm-wrapper ....
```
If you like to use it in different way just change this lines.
Expand Down

0 comments on commit 6b71e63

Please sign in to comment.