Skip to content

Commit

Permalink
Making improvments to the docs based on pr suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
jillianwilson committed Jul 13, 2023
1 parent 55922b5 commit 514ef95
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<div align="center">
<h1>1Password Connect Kubernetes Operator</h1>
<p>Integrate <a href="https://developer.1password.com/docs/connect">1Password Connect</a> with your Kubernetes Infrastructure</p>
<a href="https://github.com/1Password/onepassword-operator#getstarted">
<a href="https://github.com/1Password/onepassword-operator#-get-started">
<img alt="Get started" src="https://user-images.githubusercontent.com/45081667/226940040-16d3684b-60f4-4d95-adb2-5757a8f1bc15.png" height="37"/>
</a>
</div>
Expand All @@ -15,7 +15,7 @@ The 1Password Connect Kubernetes Operator provides the ability to integrate Kube

## ✨ Get started

## 🚀 Quickstart
### 🚀 Quickstart

1. Add the [1Passsword Helm Chart](https://github.com/1Password/connect-helm-charts) to your repository.

Expand Down
5 changes: 2 additions & 3 deletions USAGEGUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,11 @@
## Table of Contents

- [Prerequisites](#prerequisites)
- [Quickstart for Deploying 1Password Connect to Kubernetes](#quickstart-for-deploying-1password-connect-to-kubernetes)
- [Deploying 1Password Connect to Kubernetes](#deploying-1password-connect-to-kubernetes)
- [Kubernetes Operator Deployment](#kubernetes-operator-deployment)
- [Usage](#usage)
- [Configuring Automatic Rolling Restarts of Deployments](#configuring-automatic-rolling-restarts-of-deployments)
- [Development](#development)
- [Security](#security)

## Prerequisites

Expand Down Expand Up @@ -69,7 +68,7 @@ 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 onepassword-token --from-literal=token=<OP_CONNECT_TOKEN>"
kubectl create secret generic onepassword-token --from-literal=token="<OP_CONNECT_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:
Expand Down

0 comments on commit 514ef95

Please sign in to comment.