Skip to content

Commit

Permalink
fix awkward split-phrase construction
Browse files Browse the repository at this point in the history
to avoid that decryption for editing with ... too many clauses in a row

Signed-off-by: Kingdon Barrett <[email protected]>
  • Loading branch information
Kingdon Barrett committed Sep 27, 2022
1 parent 0a6a1e5 commit 553e1ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/en/flux/guides/helmreleases.md
Original file line number Diff line number Diff line change
Expand Up @@ -505,8 +505,8 @@ this would work regardless but we may want to conventionally keep `values.yaml`
in a file with the same name; then this rule may be a useful addition as well.

The filename was also chosen to **not** match with `*.enc` or `*.encrypted` so
that `sops` CLI never infers a binary input type, to avoid that decryption for
editing with `sops my-values.enc.yaml` would also fail.
that `sops` CLI never infers a binary input type, to avoid that decryption with
`sops my-values.enc.yaml` for editing in-place would also fail.

Be careful not to mix secrets with other non-sensitive data. A note that Helm
stores its values as Kubernetes Secrets internally; if users can read secrets
Expand Down

0 comments on commit 553e1ff

Please sign in to comment.