Skip to content

Commit

Permalink
Update vault.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pratik705 committed Feb 23, 2024
1 parent 16a29c1 commit f506345
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions docs/vault.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,4 @@ Now, generate and store secrets for Keystone within the designated path.
vault kv put -mount=osh/keystone keystone-credential-keys password=$(< /dev/urandom tr -dc _A-Za-z0-9 | head -c${1:-32};echo;)
```
---





Once the secrets are created in Vault, we can use `vault-secrets-operator` to populate the Kubernetes secret resources in Kubernetes cluster.

0 comments on commit f506345

Please sign in to comment.