diff --git a/README.md b/README.md index 69356f0..5b3faae 100644 --- a/README.md +++ b/README.md @@ -53,12 +53,12 @@ Adding this environment variable will have the operator automatically deploy a d "Create a Connect token for the operator and save it as a Kubernetes Secret: ```bash -$ kubectl create secret generic op-operator-connect-token --from-literal=token=" +$ kubectl create secret generic onepassword-token --from-literal=token=" ``` If you do not have a token for the operator, you can generate a token and save it to kubernetes with the following command: ```bash -$ kubectl create secret generic op-operator-connect-token --from-literal=token=$(op create connect token op-k8s-operator --vault ) +$ kubectl create secret generic onepassword-token --from-literal=token=$(op create connect token op-k8s-operator --vault ) ``` [More information on generating a token can be found here](https://support.1password.com/cs/secrets-automation/#appendix-issue-additional-access-tokens) @@ -224,4 +224,4 @@ make test/coverage Please file requests via [**BugCrowd**](https://bugcrowd.com/agilebits). -For information about security practices, please visit our [Security homepage](https://bugcrowd.com/agilebits). \ No newline at end of file +For information about security practices, please visit our [Security homepage](https://bugcrowd.com/agilebits).