From 71da26ce4b07e1518b41bb9712d3748e0a5321d1 Mon Sep 17 00:00:00 2001 From: LeeW Date: Fri, 7 Mar 2025 09:23:38 +0100 Subject: [PATCH] ADP-216: updates README from UAT feedback for step2 - make procedural - formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d8c2266..e36d8ab 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ The following commands explain how to update the `.sops.yaml` for a repository: - CLI: **e.g.**: `git checkout -b `add_pubkey_[firstname]-[lastname]` origin/main` 1. **Configure Project Repo for New User** 1. List available groups: `${PATH_TO_COMMUNICATION_KEYS_REPO}/bin/update_sops.sh --list_groups` - 1 Update sops config AND all secrets files: + 1. Update sops config AND all secrets files: - `${PATH_TO_COMMUNICATION_KEYS_REPO}/bin/update_sops.sh -g $(find . -name secrets.yaml)` - **e.g.**: `${PATH_TO_COMMUNICATION_KEYS_REPO}/bin/update_sops.sh -g devnso-adp-argocd $(find . -name secrets.yaml)` 1. **Commit the changes, Create Change Request (PR/MR)**