You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using something other than sealed-secrets for managing secrets would be nice. sealed-secrets scratches the itch for encrypting values in values.yaml, while external-secrets or sops works great for any chart that supports using an existingSecret.
No pre-commit plugin (will consider making one when 2 is fixed)
* In the next version this can be remedied by using #yamllint disable on the top line of the decrypted secret and getsops/sops#757 until they switch to yaml.v3 in getsops/sops#791
It's unfortunate that any of these solutions is pretty hacky when using a public GitOps repo.
The text was updated successfully, but these errors were encountered:
Details
Describe the solution you'd like:
I have been trying out sops and external-secrets.
Using something other than sealed-secrets for managing secrets would be nice.
sealed-secrets
scratches the itch for encrypting values invalues.yaml
, whileexternal-secrets
orsops
works great for any chart that supports using anexistingSecret
.Benefits for sops is that is has integration with Flux.
Here is a couple repos with examples of how
sops
is working withFlux
:There's a couple issues with
sops
I'd like see resolved:* In the next version this can be remedied by using
#yamllint disable
on the top line of the decrypted secret and getsops/sops#757 until they switch toyaml.v3
in getsops/sops#791It's unfortunate that any of these solutions is pretty hacky when using a public GitOps repo.
The text was updated successfully, but these errors were encountered: