Skip to content

Commit

Permalink
test for config parse
Browse files Browse the repository at this point in the history
  • Loading branch information
rusenask committed Apr 23, 2019
1 parent bdbd3f1 commit b93d462
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions provider/helm/helm_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@ keel:
images:
- repository: image.repository
tag: image.tag
imagePullSecret: such-secret
`
valuesPoll, _ := chartutil.ReadValues([]byte(valuesPollStr))

Expand Down Expand Up @@ -571,7 +571,7 @@ keel:
Trigger: types.TriggerTypePoll,
PollSchedule: "@every 30m",
Images: []ImageDetails{
ImageDetails{RepositoryPath: "image.repository", TagPath: "image.tag"},
ImageDetails{RepositoryPath: "image.repository", TagPath: "image.tag", ImagePullSecret: "such-secret"},
},
Plc: policy.NewSemverPolicy(policy.SemverPolicyTypeMajor),
},
Expand Down

0 comments on commit b93d462

Please sign in to comment.