Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nemonik authored Feb 11, 2021
1 parent 11dc352 commit 21eb78e
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,23 @@ Written for Helm 3.

## Example use

Create a value file, e.g. [example_values.yaml](example_values.yaml):
You can clone this repo, cd into the repo and then create a value file.

An example value file, e.g. [example_values.yaml](example_values.yaml):

And then execute something like the [example_install.sh](example_install.sh)

Otherwise, open a kubectl port-forward to gitlab.
The example ingress would expose gitlab on http://gitlab.example.com or you can access the gitlab pod or service via `kubectl port-forward`.

## To install via my chart repository

```
helm repo add nemonik https://nemonik.github.io/helm-charts/
helm repo update
helm search repo gitlab
helm install gitlab -n gitlab nemonik/gitlab
kubectl get pods -n gitlab -w
```

## License

Expand Down

0 comments on commit 21eb78e

Please sign in to comment.