This commit is contained in:
Benjamin Baron 2019-05-23 10:35:25 +02:00 committed by GitHub
parent 7eaeb771d3
commit 33caff87d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -48,6 +48,7 @@ spec:
```
You can look up the secrets in the pod by connecting to the pod:
```sh
$ kubectl exec -ti redis-with-volume-secrets /bin/bash
root@redis-with-volume-secrets:/data# cd /etc/foo/
@ -83,6 +84,7 @@ spec:
```
You can look up the secrets in the pod by connecting to the pod:
```sh
$ kubectl exec -ti redis-with-env-secrets /bin/bash
root@redis-with-env-secrets:/data# echo $SECRET_USERNAME