mirror of
https://github.com/1Password/onepassword-operator.git
synced 2025-10-22 07:28:06 +00:00
Merge pull request #92 from 1Password/feature/fix-readme-command
Fix wrong command in readme
This commit is contained in:
@@ -36,7 +36,7 @@ cat 1password-credentials.json | base64 | \
|
|||||||
|
|
||||||
Create a Kubernetes secret from the op-session file:
|
Create a Kubernetes secret from the op-session file:
|
||||||
```bash
|
```bash
|
||||||
kubectl create secret generic op-credentials --from-file=1password-credentials.json=op-session
|
kubectl create secret generic op-credentials --from-file=op-session
|
||||||
```
|
```
|
||||||
|
|
||||||
Add the following environment variable to the onepassword-connect-operator container in `deploy/operator.yaml`:
|
Add the following environment variable to the onepassword-connect-operator container in `deploy/operator.yaml`:
|
||||||
|
Reference in New Issue
Block a user