Skip to content

Commit

Permalink
use mittwald helm-charts repo for deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Hermsi1337 committed Mar 19, 2020
1 parent 507cfba commit 4f080bc
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,19 @@ Older versions (>= 1.0.0) of this controller used the `math/rand` package for ge

The controller can be deployed using [Helm](https://helm.sh):

```shellsession
$ # clone repository
$ git clone https://github.com/mittwald/kubernetes-secret-generator
$ # create helm deployment
$ helm upgrade --install secret-generator ./deploy/chart
```
1. [Add the Mittwald-Charts Repo](https://github.com/mittwald/helm-charts/blob/master/README.md#usage):
```shellsession
$ helm repo add mittwald https://helm.mittwald.de
"mittwald" has been added to your repositories

$ helm repo update
Hang tight while we grab the latest from your chart repositories...
...Successfully got an update from the "mittwald" chart repository
Update Complete. ⎈ Happy Helming!⎈
```

2. Upgrade or install `kubernetes-replicator`:
`helm upgrade --install kubernetes-secret-generator mittwald/kubernetes-secret-generator`

## Usage

Expand Down

0 comments on commit 4f080bc

Please sign in to comment.