Skip to content

Commit

Permalink
Merge pull request #56 from 1Password/sb/support-links
Browse files Browse the repository at this point in the history
Update links to the support page
  • Loading branch information
SimonBarendse authored Jun 9, 2021
2 parents 28ab63a + 3505f01 commit e885de4
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 e885de4

Please sign in to comment.