Skip to content

Commit

Permalink
Fix deployment instructions
Browse files Browse the repository at this point in the history
Unintentionally broken in #11.
  • Loading branch information
martin-helmich authored May 2, 2019
1 parent 1cb0ccc commit 420ede7
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,13 @@ Older versions (>= 1.0.0) of this controller used the `math/rand` package for ge

## Deployment

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

```shellsession
$ # Create roles and service accounts
$ kubectl apply -f https://raw.githubusercontent.com/mittwald/kubernetes-secret-generator/master/deploy/secret-generator-rbac.yaml
$ # Create actual deployment
$ kubectl apply -f https://raw.githubusercontent.com/mittwald/kubernetes-secret-generator/master/deploy/secret-generator.yaml
$ # clone repository
$ git clone https://github.com/mittwald/kubernetes-secret-generator
$ # create helm deployment
$ helm upgrade --install secret-generator ./deploy/chart
```

## Usage
Expand Down

0 comments on commit 420ede7

Please sign in to comment.