Skip to content

Commit

Permalink
Make the sealedsecrets.bitnami.com/managed annotation value more corr…
Browse files Browse the repository at this point in the history
…ect.

Annotation values must be strings, and `true` in YAML is a boolean.
  • Loading branch information
coderanger authored Jul 28, 2020
1 parent e466f3b commit a18178d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ only change from existing Kubernetes is that the *contents* of the
`Secret` are now hidden while outside the cluster.

### Managing existing secrets
If you want `SealedSecret` controller to take management of an existing `Secret` (i.e. overwrite it when unsealing a `SealedSecret` with the same name and namespace), then you have to annotate that `Secret` with the annotation `sealedsecrets.bitnami.com/managed: true` ahead applying the [Usage](#usage) steps.
If you want `SealedSecret` controller to take management of an existing `Secret` (i.e. overwrite it when unsealing a `SealedSecret` with the same name and namespace), then you have to annotate that `Secret` with the annotation `sealedsecrets.bitnami.com/managed: "true"` ahead applying the [Usage](#usage) steps.

### Update existing secrets

Expand Down

0 comments on commit a18178d

Please sign in to comment.