Commit 2a7944ef authored by Shaun McCann's avatar Shaun McCann

Merge branch 'docs-add-helm-get-manifest' into 'master'

Adds the command to get release manifest

See merge request gitlab-org/gitlab!24438
parents 7fe12297 3f36a7a2
......@@ -199,6 +199,13 @@ and they will assist you with any issues you are having.
helm upgrade <release name> <chart path> -f gitlab.yaml
```
- How to get the manifest for a release. It can be useful because it contains the info about
all Kubernetes resources and dependent charts:
```shell
helm get manifest <release name>
```
## Installation of minimal GitLab config via Minukube on macOS
This section is based on [Developing for Kubernetes with Minikube](https://docs.gitlab.com/charts/development/minikube/index.html)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment