Update docs

This commit is contained in:
Ben Magee 2020-03-31 23:33:54 +01:00
parent 0502d76c63
commit 7e2f982af7
No known key found for this signature in database
GPG Key ID: F03F50C6333B2D9F
2 changed files with 1 additions and 1 deletions

BIN
build/drone-helm Executable file

Binary file not shown.

View File

@ -95,7 +95,7 @@ values_files: [ "./over_9,000.yml" ]
values_files: [ "./over_9", "000.yml" ]
```
### Interpolating secrets into the `values` and `string_values` settings
### Interpolating secrets into the `values`, `string_values` and `add_repos` settings
If you want to send secrets to your charts, you can use syntax similar to shell variable interpolation--either `$VARNAME` or `$${VARNAME}`. The double dollar-sign is necessary when using curly brackets; using curly brackets with a single dollar-sign will trigger Drone's string substitution (which can't use arbitrary environment variables). If an environment variable is not set, it will be treated as if it were set to the empty string.