Skip to content

Commit

Permalink
Update links to the support page
Browse files Browse the repository at this point in the history
These pages have been moved permanently, so we could better direct
users to the new pages directly.
  • Loading branch information
SimonBarendse committed Jun 9, 2021
1 parent 28ab63a commit 3505f01
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions charts/connect/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Installing the Helm Chart with default configurations will deploy 1Password Conn
helm install connect 1password/connect --set-file connect.credentials=<path/to/1password-credentials.json>
```

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.
Expand All @@ -23,7 +23,7 @@ If you would prefer to create the token secret manually, the token can be saved
$ kubectl create secret generic <token-name> --from-literal=token=<OP_CONNECT_TOKEN> \ --namespace=<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.
Expand Down
6 changes: 3 additions & 3 deletions charts/connect/templates/NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -40,15 +40,15 @@
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 }}

** 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 }}

Expand Down

0 comments on commit 3505f01

Please sign in to comment.