mirror of
https://github.com/1Password/onepassword-operator.git
synced 2025-10-22 07:28:06 +00:00
Making improvments to the docs based on pr suggestions
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
<div align="center">
|
<div align="center">
|
||||||
<h1>1Password Connect Kubernetes Operator</h1>
|
<h1>1Password Connect Kubernetes Operator</h1>
|
||||||
<p>Integrate <a href="https://developer.1password.com/docs/connect">1Password Connect</a> with your Kubernetes Infrastructure</p>
|
<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"/>
|
<img alt="Get started" src="https://user-images.githubusercontent.com/45081667/226940040-16d3684b-60f4-4d95-adb2-5757a8f1bc15.png" height="37"/>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
@@ -15,7 +15,7 @@ The 1Password Connect Kubernetes Operator provides the ability to integrate Kube
|
|||||||
|
|
||||||
## ✨ Get started
|
## ✨ Get started
|
||||||
|
|
||||||
## 🚀 Quickstart
|
### 🚀 Quickstart
|
||||||
|
|
||||||
1. Add the [1Passsword Helm Chart](https://github.com/1Password/connect-helm-charts) to your repository.
|
1. Add the [1Passsword Helm Chart](https://github.com/1Password/connect-helm-charts) to your repository.
|
||||||
|
|
||||||
|
@@ -6,12 +6,11 @@
|
|||||||
## Table of Contents
|
## Table of Contents
|
||||||
|
|
||||||
- [Prerequisites](#prerequisites)
|
- [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)
|
- [Kubernetes Operator Deployment](#kubernetes-operator-deployment)
|
||||||
- [Usage](#usage)
|
- [Usage](#usage)
|
||||||
- [Configuring Automatic Rolling Restarts of Deployments](#configuring-automatic-rolling-restarts-of-deployments)
|
- [Configuring Automatic Rolling Restarts of Deployments](#configuring-automatic-rolling-restarts-of-deployments)
|
||||||
- [Development](#development)
|
- [Development](#development)
|
||||||
- [Security](#security)
|
|
||||||
|
|
||||||
## Prerequisites
|
## 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:
|
Create a Connect token for the operator and save it as a Kubernetes Secret:
|
||||||
|
|
||||||
```bash
|
```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:
|
If you do not have a token for the operator, you can generate a token and save it to Kubernetes with the following command:
|
||||||
|
Reference in New Issue
Block a user