From 514ef95330fd1b2fef5e1f9ac2f95a1403b4ba2c Mon Sep 17 00:00:00 2001 From: jillianwilson Date: Thu, 13 Jul 2023 14:56:24 -0300 Subject: [PATCH] Making improvments to the docs based on pr suggestions --- README.md | 4 ++-- USAGEGUIDE.md | 5 ++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a8c77733..79dbdf14 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@

1Password Connect Kubernetes Operator

Integrate 1Password Connect with your Kubernetes Infrastructure

- + Get started
@@ -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. diff --git a/USAGEGUIDE.md b/USAGEGUIDE.md index eb349506..981ea165 100644 --- a/USAGEGUIDE.md +++ b/USAGEGUIDE.md @@ -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 @@ -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=" +kubectl create secret generic onepassword-token --from-literal=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: