From 2ad040488fed877565feca320ef99f8ea067166b Mon Sep 17 00:00:00 2001 From: LeeW Date: Wed, 5 Mar 2025 14:04:23 +0100 Subject: [PATCH] clarifies README 2/n --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index b321720..6d31db7 100644 --- a/README.md +++ b/README.md @@ -98,6 +98,9 @@ devnso-adp-argocd # commit the changes to any .sops.yaml or secrets files, e.g. with ## OPINIONATED GIT - use preferred method % git add -p +# 1. review changes to the .sops.yaml +# 2. press 'y' to accept the changes +y % git commit -m "adds . to sops config" % git push ```