Update README.md

This commit is contained in:
Sylvain Pace 2018-10-18 11:23:31 +02:00 committed by GitHub
parent 2bba948f99
commit 5b9428df92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@ $ kubectl apply -f 10-other-topics/01-secrets.
secret "mysecret" created
```
You can reference a secret from a pod, either par env variable or mounting a volume containing a secret.
You can reference a secret from a pod, either per env variable or mounting a volume containing a secret.
Here we mount the secret `mysecret` to the path `/etc/foo` inside the pod:
@ -198,4 +198,4 @@ spec:
```bash
$ kubectl delete statefulset,deployment,service,pod --all
```
```