Skip to content

Commit

Permalink
fix multiline commands
Browse files Browse the repository at this point in the history
  • Loading branch information
jkroepke committed Sep 14, 2023
1 parent 3b9cae9 commit 7501889
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]

### Added
- `secrets+*-import://` added syntax checks
- `secrets+*-import://` added syntax checks

### Fixed
- Multiline parameter values

## [4.5.0] - 2023-08-14

Expand Down
4 changes: 4 additions & 0 deletions tests/unit/template.bats
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,10 @@ load '../bats/extensions/bats-file/load'
}

@test "template: helm template w/ chart + secrets.yaml + helm flag + multiline" {
if on_windows; then
skip
fi

VALUES="assets/values/${HELM_SECRETS_BACKEND}/secrets.yaml"
VALUES_PATH="${TEST_TEMP_DIR}/${VALUES}"

Expand Down

0 comments on commit 7501889

Please sign in to comment.