Skip to content

Commit

Permalink
docs: fix up the readme a little
Browse files Browse the repository at this point in the history
  • Loading branch information
rawlingsj committed Mar 5, 2020
1 parent 7823028 commit c39758f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ helm repo add jx-labs https://jenkinsxio-labs.storage.googleapis.com/charts
# or
helm repo update

helm install --set projectID=$SECRETS_MANAGER_PROJECT_ID gsm-controller jx-labs/gsm-controller
helm install --set projectID=$SECRETS_MANAGER_PROJECT_ID gsm-controller jx-labs/gsm-controller

```

Expand All @@ -109,7 +109,7 @@ kubectl annotate secret my-secret jenkins-x.io/gsm-secret-id=foo
```
After a short wait you should be able to see the base64 encoded data in the secret
```bash
kubectl get secret foo -oyaml
kubectl get secret my-secret -oyaml
```

If not check the logs of the controller
Expand Down

0 comments on commit c39758f

Please sign in to comment.