opskumu / helm-wrapper

A Helm3 HTTP Server Wrapper by helm Go SDK, help you manage helm charts with HTTP RESTFul API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

helm install create-namespace

wibed opened this issue · comments

commented

i am trying to create a namespace on helm install

i tried using post body:

{ "create_namespace": true }

i do receive response

{
	"code": 0
}

but no new namespace is created

commented

i had option "dry_run" enabled