Skip to content

Commit

Permalink
feat: ability to disable and enable kustomization namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
pasha-codefresh committed Oct 4, 2023
1 parent ccd5aca commit b0330bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/argo/argo_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ func TestValidateRepo(t *testing.T) {
GroupKind: schema.GroupKind{Kind: "Deployment"},
}}
kubeVersion := "v1.16"
kustomizeOptions := &argoappv1.KustomizeOptions{BuildOptions: ""}
kustomizeOptions := &argoappv1.KustomizeOptions{BuildOptions: "", SetNamespace: true}
repo := &argoappv1.Repository{Repo: fmt.Sprintf("file://%s", repoPath)}
cluster := &argoappv1.Cluster{Server: "sample server"}
app := &argoappv1.Application{
Expand Down

0 comments on commit b0330bf

Please sign in to comment.