-
Notifications
You must be signed in to change notification settings - Fork 336
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
HelmRelease Guide: Values Secret generated w/Kust.
Addition to the HelmRelease Guide: Values from Secret with SOPS One more additional guide for HelmReleases with values that come from a SOPS encrypted secret. There are a few things to be aware of that make this not quite straightforward extrapolation from the ConfigMapGenerator example, I think this should be good to help more users from struggling. * show more complete example of .sops.yaml It's fine to use a different file name so we don't trigger the rule, but I don't want to avoid talking about `creation_rules` just because I don't know, don't want to guess what order they were matching. I looked it up, the first match is chosen, and `filename_regex` has been removed. Let's not impute that changing a filename to something other than .yaml is the only good way to skin the cat, I think people will prefer to learn and understand how to use their `.sops.yaml` instead of making up strange names to avoid matching the existing rule. * h3 -> h4 > Encrypting a `values.yaml` with the SOPS CLI should not get a Table of Contents entry on the right-hand-side of the page Signed-off-by: Kingdon Barrett <[email protected]>
- Loading branch information
Kingdon Barrett
committed
Sep 27, 2022
1 parent
9109044
commit fab97cd
Showing
1 changed file
with
127 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters