Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecated options in helm: Master.ServiceType #308

Closed
RafaelAybar opened this issue Jul 31, 2019 · 0 comments
Closed

Deprecated options in helm: Master.ServiceType #308

RafaelAybar opened this issue Jul 31, 2019 · 0 comments

Comments

@RafaelAybar
Copy link
Contributor

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"}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant