More typo fixes courtesy of @abuisine

This commit is contained in:
Jerome Petazzoni
2018-09-15 11:11:08 -05:00
parent 49c3fdd3b2
commit 521f8e9889
2 changed files with 12 additions and 12 deletions

View File

@@ -182,23 +182,23 @@ class: extra-details
kubectl get sa
```
]
]
There should be just one service account in the default namespace: `default`.
There should be just one service account in the default namespace: `default`.
---
---
class: extra-details
class: extra-details
## Finding the secret
## Finding the secret
.exercise[
.exercise[
- List the secrets for the `default` service account:
```bash
kubectl get sa default -o yaml
SECRET=$(kubectl get sa default -o json | jq -r .secrets[0].name)
```
- List the secrets for the `default` service account:
```bash
kubectl get sa default -o yaml
SECRET=$(kubectl get sa default -o json | jq -r .secrets[0].name)
```
]

View File

@@ -111,7 +111,7 @@
- Display that key:
```
kubectl get logs deployment flux | grep identity
kubectl logs deployment flux | grep identity
```
- Then add that key to the repository, giving it **write** access