Skip to content

Instantly share code, notes, and snippets.

@drake1588
Last active March 1, 2020 16:24
Show Gist options
  • Save drake1588/e6269e42b9f70eca9f0a43f79455f849 to your computer and use it in GitHub Desktop.
Save drake1588/e6269e42b9f70eca9f0a43f79455f849 to your computer and use it in GitHub Desktop.
helm init --service-account tiller --override spec.selector.matchLabels.'name'='tiller',spec.selector.matchLabels.'app'='helm' --output yaml | sed 's@apiVersion: extensions/v1beta1@apiVersion: apps/v1@' | kubectl apply -f -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment