onedr0p / home-ops

Wife approved HomeOps driven by Kubernetes and GitOps using Flux

Home Page:https://onedr0p.github.io/home-ops/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rename sops secret files

onedr0p opened this issue · comments

Following the advice of @mirceanton I should rename sops secrets so unencrypted secrets have an extension of .secret.sops.yaml

unencrypted secrets have an extension of .secret.sops.yaml

ENcrypted secrets should be *.secret.sops.yaml

DEcrypted secrets should have an extension of *.secret.yaml.

Also, do not forget to:


Additionally, this naming convention opened up the door for a few QoL improvements in my repo, in case you're interested:

Thanks 👍 This was mostly done in 88f7695