Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit 850f5ee

Browse files
rumplsilvin-lubecki
authored andcommitted
Refactor parameters resolution and merging
Making the parameter resolution reusable by install/upgrade and inspect in the future. Signed-off-by: Djordje Lukic <djordje.lukic@docker.com>
1 parent d5784ea commit 850f5ee

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

cmd/docker-app/parameters_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ import (
1212
func TestWithLoadFiles(t *testing.T) {
1313
tmpDir := fs.NewDir(t,
1414
t.Name(),
15-
fs.WithFile("params.yaml", `
15+
fs.WithFile("params.yaml",
16+
`
1617
param1:
1718
param2: value1
1819
param3: 3

0 commit comments

Comments
 (0)