Skip to content

Commit

Permalink
Create namespace and CRDs by default with helm install
Browse files Browse the repository at this point in the history
  • Loading branch information
adejanovski committed Feb 9, 2023
1 parent 9fc6608 commit 976443b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/helmutil/fetch.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,8 @@ func Install(cfg *action.Configuration, releaseName, path, namespace string, val
installAction := action.NewInstall(cfg)
installAction.ReleaseName = releaseName
installAction.Namespace = namespace
installAction.CreateNamespace = true
installAction.IncludeCRDs = true
if devel {
installAction.Devel = true
installAction.Version = ">0.0.0.0"
Expand Down

0 comments on commit 976443b

Please sign in to comment.