Skip to content

Commit

Permalink
Beta documentation updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jhbeskow authored Jun 7, 2024
1 parent 852fa55 commit 9906da3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion charts/sm-operator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

This chart is for the deployment of the Kubernetes Operator for Secrets Manager to different Kubernetes environments. The operator installs into your cluster and allows you to create a custom resource called a BitwardenSecret to synchronize secrets stored in Secrets Manager into your cluster as Kubernetes secrets.

***NOTE: This is a beta release and might be missing some functionality.***
> [!NOTE]
> This is a beta release and might be missing some functionality.
## Requirements

Expand Down Expand Up @@ -53,6 +54,9 @@ Update `containers.manager.image.tag` to use a different operator image version
- You can see help information for the `helm install` command by running `helm install --help`.
- You can see help information for the `helm upgrade` command by running `helm upgrade --help`.

> [!NOTE]
> While the chart is in beta, you will need to add the `--devel` flag to the `helm upgrade` command above.
## Creating BitwardenSecrets

Below is an example of creating a BitwardenSecret object to synchronsize secrets stored in Bitwarden Secrets Manager into Kubernetes secrets.
Expand Down

0 comments on commit 9906da3

Please sign in to comment.