You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running this command in order to deploy a Jenkins intance: helm install --set Master.ServiceType=NodePort stable/jenkins
I have a deprecation warning, the correct syntax is helm install --set master.servicetype=NodePort stable/jenkins
Running this command in order to deploy a Jenkins intance:
helm install --set Master.ServiceType=NodePort stable/jenkins
I have a deprecation warning, the correct syntax is
helm install --set master.servicetype=NodePort stable/jenkins
Helm version:
Client: &version.Version{SemVer:"v2.14.2", GitCommit:"a8b13cc5ab6a7dbef0a58f5061bcc7c0c61598e7", GitTreeState:"clean"} Server: &version.Version{SemVer:"v2.14.2", GitCommit:"a8b13cc5ab6a7dbef0a58f5061bcc7c0c61598e7", GitTreeState:"clean"}
The text was updated successfully, but these errors were encountered: