Skip to content

Commit

Permalink
docs: Add multiline value-files example (#31)
Browse files Browse the repository at this point in the history
Closes #19
  • Loading branch information
riker09 authored Jul 14, 2020
1 parent 8e875bc commit d2a1338
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,11 @@ jobs:
token: '${{ github.token }}'
values: |
name: foobar
value-files: >-
[
"values.yaml",
"values.production.yaml"
]
env:
KUBECONFIG_FILE: '${{ secrets.KUBECONFIG }}'
```
Expand Down

0 comments on commit d2a1338

Please # to comment.