From c3cb659d20aeb14e4b5971aeb3412f4e0eb9d107 Mon Sep 17 00:00:00 2001 From: Lee Watson Date: Fri, 14 Feb 2025 12:11:01 +0000 Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a4382c8..3f275af 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,7 @@ If these steps work, sops is configured correctly - on your machine ;-) #!/usr/bin/env bash set -ueo pipefail # demo: create a file with a mock secret, src: https://bash-org-archive.com/?244321 +# PREREQUISITE: valid sops config, i.e. .sops.yaml yq -n '.demo.credentials.secret = "hunter2"' > secrets.yaml # encrypt sops -e -i secrets.yaml