Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
helm-charts
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitHub Mirror
groundhog2k
helm-charts
Commits
0f14ea13
Commit
0f14ea13
authored
2 years ago
by
Goeran Poehner
Browse files
Options
Downloads
Patches
Plain Diff
Adapted readme
parent
c1c159d8
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+5
-5
5 additions, 5 deletions
README.md
with
5 additions
and
5 deletions
README.md
+
5
−
5
View file @
0f14ea13
...
...
@@ -4,8 +4,8 @@ Helm charts for some famous open source projects - ready to use in your Kubernet
## TL;DR
```
bash
$
helm repo add groundhog2k https://groundhog2k.github.io/helm-charts/
$
helm repo update
helm repo add groundhog2k https://groundhog2k.github.io/helm-charts/
helm repo update
```
## Introduction
...
...
@@ -24,7 +24,7 @@ The advantage is that most of these charts are platform independent and will run
To add this repository to the helm configuration:
```
bash
$
helm repo add groundhog2k https://groundhog2k.github.io/helm-charts/
helm repo add groundhog2k https://groundhog2k.github.io/helm-charts/
```
## Using this helm repository
...
...
@@ -32,7 +32,7 @@ $ helm repo add groundhog2k https://groundhog2k.github.io/helm-charts/
To install a chart from this repository (example with Redis):
```
bash
$
helm
install
my-redis groundhog2k/redis
helm
install
my-redis groundhog2k/redis
```
## Removing this helm repository
...
...
@@ -40,5 +40,5 @@ $ helm install my-redis groundhog2k/redis
To remove the helm repository from helm configuration:
```
bash
$
helm repo remove groundhog2k
helm repo remove groundhog2k
```
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment