diff options
Diffstat (limited to 'doc/install/kubernetes/README.md')
-rw-r--r-- | doc/install/kubernetes/README.md | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/doc/install/kubernetes/README.md b/doc/install/kubernetes/README.md new file mode 100644 index 00000000000..b960aef538d --- /dev/null +++ b/doc/install/kubernetes/README.md @@ -0,0 +1,26 @@ +# GitLab Helm charts + +The GitLab Helm repository can be found at https://charts.gitlab.io + +## Add the GitLab Helm repository + +Adding the GitLab Helm repository to Helm can be done by running the following: + +```bash +helm repo add gitlab https://charts.gitlab.io +``` + +## Installing GitLab Helm Charts + + - Install GitLab + - Install GitLab Runner + +## Troubleshooting + +## GitLab Chart Issue Tracker + +Issues related to the Charts can be logged at: https://gitlab.com/charts/charts.gitlab.io/issues + +## Contributing to the Charts + +We welcome contributions and improvements. The source repo for our Helm Charts can be found here: https://gitlab.com/charts/charts.gitlab.io |