Skip to content

Commit

Permalink
Merge pull request #5 from k8ssandra/add-helm-create-namespace
Browse files Browse the repository at this point in the history
Create namespace and CRDs by default with helm install
  • Loading branch information
burmanm authored Jan 26, 2024
2 parents 02a7c19 + 976443b commit 344ff8a
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 @@ -132,6 +132,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 344ff8a

Please sign in to comment.