diff --git a/charts/sm-operator/README.md b/charts/sm-operator/README.md index 9768e4f3..a5b54390 100644 --- a/charts/sm-operator/README.md +++ b/charts/sm-operator/README.md @@ -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 @@ -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.