Skip to content

Commit

Permalink
Fix typos and kubectl command used to install vault-secrets-operator (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
pratik705 authored Mar 23, 2024
1 parent 5dd7f1a commit 9f69975
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions docs/vault-secrets-operator.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# HashiCorp Vault Secret Operators for Genestack Installation

The Vault Secrets Operator (VSO) enables Pods to seamlessly consume Vault secrets from Kubernetes Secrets. This guide outlines the process of consuming secrets stored in Vault for Genestack installation. This is continuation of [vault.md](https://github.com/rackerlabs/genestack/blob/main/docs/vault.md) where we have created few secrets in the Vault
The Vault Secrets Operator (VSO) enables Pods to seamlessly consume Vault secrets from Kubernetes Secrets. This guide outlines the process of consuming secrets stored in Vault for Genestack installation. This is continuation of [vault.md](https://docs.rackspacecloud.com/vault/) where we have created few secrets in the Vault

## Prerequisites

!!! note "Before starting the installation, ensure the following prerequisites are met"
!!! note

**HashiCorp Vault:** Ensure HashiCorp Vault is installed in the cluster. You can refer [vault.md](https://github.com/rackerlabs/genestack/blob/main/docs/vault.md) for more details.
Before starting the installation, ensure HashiCorp Vault is installed in the cluster. You can refer [vault.md](https://docs.rackspacecloud.com/vault/) for more details.

## Installation

Expand All @@ -25,7 +25,12 @@ vi values.yaml
Perform the installation.

``` shell
kustomize build . --enable-helm | kubectl apply -f -
kubectl kustomize . --enable-helm | kubectl apply -f -
```

Validate if all the pods are up.
``` shell
kubectl get pods -n vault-secrets-operator
```

## Consume secrets from the Vault
Expand Down

0 comments on commit 9f69975

Please sign in to comment.