Skip to content

Instantly share code, notes, and snippets.

@iamNoah1
Created February 4, 2022 16:30
Show Gist options
  • Save iamNoah1/964a0c18e4dc9ac35c06376a0f76ea74 to your computer and use it in GitHub Desktop.
Save iamNoah1/964a0c18e4dc9ac35c06376a0f76ea74 to your computer and use it in GitHub Desktop.
install-nginx-with-helm.sh
helm upgrade --install ingress-nginx ingress-nginx \
--repo https://kubernetes.github.io/ingress-nginx \
--namespace ingress-nginx --create-namespace -f nginx-values.yaml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment