mirror of
https://github.com/house-of-vanity/k8s-secrets.git
synced 2026-02-04 01:37:57 +00:00
Update README.md
This commit is contained in:
committed by
GitHub
parent
fb06123e50
commit
ea8e7377e9
10
README.md
10
README.md
@@ -25,12 +25,6 @@ Edit `deployment.yaml` to specify which secrets to display:
|
|||||||
args:
|
args:
|
||||||
- "--secrets"
|
- "--secrets"
|
||||||
- "secret1,secret2"
|
- "secret1,secret2"
|
||||||
|
- "--namespace"
|
||||||
|
- "k8s-secrets"
|
||||||
```
|
```
|
||||||
|
|
||||||
## Access
|
|
||||||
|
|
||||||
```bash
|
|
||||||
kubectl port-forward service/secret-reader 8080:80
|
|
||||||
```
|
|
||||||
|
|
||||||
Open http://localhost:8080
|
|
||||||
Reference in New Issue
Block a user