Merge pull request #92 from 1Password/feature/fix-readme-command

Fix wrong command in readme
This commit is contained in:
Jillian W
2022-03-23 15:54:19 -03:00
committed by GitHub

View File

@@ -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`: