Skip to content

Instantly share code, notes, and snippets.

@RoyLDD
Created November 5, 2019 12:41
Show Gist options
  • Save RoyLDD/caa1e3e19fb709af3bb8d74400d85138 to your computer and use it in GitHub Desktop.
Save RoyLDD/caa1e3e19fb709af3bb8d74400d85138 to your computer and use it in GitHub Desktop.
GitLab CI deploy helm runner
helm repo add gitlab https://charts.gitlab.io
helm install --namespace <NAMESPACE> --name gitlab-runner -f <PATH>/values.yaml gitlab/gitlab-runner
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment