Skip to content

Commit

Permalink
chore: use patched namespace gitrepo while waiting for zloeber/helm-n…
Browse files Browse the repository at this point in the history
  • Loading branch information
rawlingsj authored and jstrachan committed Feb 27, 2020
1 parent 1877cea commit 734215b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cmd/step/create/helmfile/create_helmfile.go
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ func (o *CreateHelmfileOptions) ensureNamespaceExist(helmfileRepos []helmfile2.R

repository := helmfile2.RepositorySpec{
Name: "zloeber",
URL: "git+https://github.com/zloeber/helm-namespace@chart",
URL: "git+https://github.com/rawlingsj/helm-namespace@chart",
}
helmfileRepos = append(helmfileRepos, repository)

Expand Down

0 comments on commit 734215b

Please sign in to comment.