diff --git a/charts/connect/README.md b/charts/connect/README.md index 3999c5c..fb95649 100644 --- a/charts/connect/README.md +++ b/charts/connect/README.md @@ -7,7 +7,7 @@ Installing the Helm Chart with default configurations will deploy 1Password Conn helm install connect 1password/connect --set-file connect.credentials= ``` -More information about 1Password Connect and how to generate a 1password-credentials.json file can be found at https://support.1password.com/cs/connect/. +More information about 1Password Connect and how to generate a 1password-credentials.json file can be found at https://support.1password.com/secrets-automation/. ## Deploying 1Password Connect Kubernetes Operator In order to deploy the 1Password Connect Kubernetes Operator along side 1Password Connect `--set operator.create=true` in your install command. @@ -23,7 +23,7 @@ If you would prefer to create the token secret manually, the token can be saved $ kubectl create secret generic --from-literal=token= \ --namespace= ``` -More information about 1Password Connect and how to generate a 1Password Connect API token can be found at https://support.1password.com/cs/connect/. +More information about 1Password Connect and how to generate a 1Password Connect API token can be found at https://support.1password.com/secrets-automation/. ## Configuration Values The 1Password Connect Helm chart offers many configuration options for deployment. Please refer to the list below for information on what configuration options are available as well as what the default configuration options are. diff --git a/charts/connect/templates/NOTES.txt b/charts/connect/templates/NOTES.txt index 013ac24..222b77c 100644 --- a/charts/connect/templates/NOTES.txt +++ b/charts/connect/templates/NOTES.txt @@ -18,7 +18,7 @@ for you. More information about 1Password Connect and how to generate a 1password-credentials.json - file can be found at https://support.1password.com/cs/connect/. + file can be found at https://support.1password.com/secrets-automation/. --------------------------------------------------------------------------------------------- {{- end }} @@ -40,7 +40,7 @@ operator.token to the value of your token. More information about 1Password Connect and how to generate a 1Password Connect API token - can be found at https://support.1password.com/cs/connect/. + can be found at https://support.1password.com/secrets-automation/. --------------------------------------------------------------------------------------------- {{- end }} @@ -48,7 +48,7 @@ ** Please be patient while the chart is being deployed ** 1Password Connect is being deployed to Kubernetes. More information about 1Password Connect can -be found at https://support.1password.com/cs/connect/ +be found at https://support.1password.com/secrets-automation/ {{- if .Values.operator.create }}