From a5781af949e9a768581fdd726f28189cde2259cc Mon Sep 17 00:00:00 2001 From: Simon Barendse Date: Mon, 3 May 2021 16:43:25 +0200 Subject: [PATCH] Update documentation links The documentation is moved to our main support site when the operator was publicly released. The old URLs are redirected to the new URLs used in this commit, however, when redirecting the anchor is lost and the page is not scrolled to that position on the page. This commit fixes that by changing the URLs to the new URLs. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 69356f0..a1dc08c 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,8 @@ Prerequisites: - [1Password Command Line Tool Installed](https://1password.com/downloads/command-line/) - [kubectl installed](https://kubernetes.io/docs/tasks/tools/install-kubectl/) - [docker installed](https://docs.docker.com/get-docker/) -- [Generated a 1password-credentials.json file and issued a 1Password Connect API Token for the K8s Operator integration](https://support.b5dev.com/cs/connect) -- [1Password Connect deployed to Kubernetes](https://support.b5dev.com/cs/connect-deploy-kubernetes/#step-2-deploy-a-connect-server). **NOTE**: If customization of the 1Password Connect deployment is not required you can skip this prerequisite. +- [Generated a 1password-credentials.json file and issued a 1Password Connect API Token for the K8s Operator integration](https://support.b5dev.com/secrets-automation/) +- [1Password Connect deployed to Kubernetes](https://support.b5dev.com/connect-deploy-kubernetes/#step-2-deploy-a-1password-connect-server). **NOTE**: If customization of the 1Password Connect deployment is not required you can skip this prerequisite. ### Quickstart for Deploying 1Password Connect to Kubernetes @@ -61,7 +61,7 @@ If you do not have a token for the operator, you can generate a token and save i $ kubectl create secret generic op-operator-connect-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) +[More information on generating a token can be found here](https://support.1password.com/secrets-automation/#appendix-issue-additional-access-tokens) **Set Permissions For Operator**