Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Commit

Permalink
Yet another pkg/image test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
2opremio committed Feb 4, 2020
1 parent c43508d commit 48869ee
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions pkg/install/install_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,18 +48,17 @@ func unmarshalDeployment(t *testing.T, data []byte) *v1.Deployment {

func TestFillInTemplatesAllParameters(t *testing.T) {
testFillInTemplates(t, 5, TemplateParameters{
GitURL: "[email protected]:fluxcd/flux-get-started",
GitBranch: "branch",
GitPaths: []string{"dir1", "dir2"},
GitLabel: "label",
GitUser: "User",
GitEmail: "[email protected]",
Namespace: "flux",
GitReadOnly: false,
ManifestGeneration: true,
AdditionalFluxArgs: []string{"arg1=foo", "arg2=bar"},
RegistryDisableScanning: true,
AddSecurityContext: true,
GitURL: "[email protected]:fluxcd/flux-get-started",
GitBranch: "branch",
GitPaths: []string{"dir1", "dir2"},
GitLabel: "label",
GitUser: "User",
GitEmail: "[email protected]",
Namespace: "flux",
GitReadOnly: false,
ManifestGeneration: true,
AdditionalFluxArgs: []string{"arg1=foo", "arg2=bar"},
AddSecurityContext: true,
})
}

Expand Down

0 comments on commit 48869ee

Please sign in to comment.