Re: How to create a namespace if it doesn't exists from HELM templates
Matt Fisher <matt.fisher@...>
Responded in https://github.com/helm/helm/issues/4456
From: cncf-helm@... <cncf-helm@...>
On Behalf Of via Lists.Cncf.Io
Sent: Friday, August 10, 2018 2:57 AM To: cncf-helm@... Cc: cncf-helm@... Subject: [cncf-helm] How to create a namespace if it doesn't exists from HELM templates
Hi all,
I have a `kind: Namespace` template yaml like follows,
How do I make `helm install` create the above-given namespace (`{{ .Values.namespace }}`) if and only if above namespace (`{{ .Values.namespace }}`) doesn't exits in the pointed kubernets cluster?
Thanks, Kasun Siyambalapitiya
-- Regards, Kasun Siyambalapitiya Software Engineer WSO2 Inc. - http://wso2.com/ E mail : kasunsi@... |
|