From 08ff3e46fa8aaf928599ff9f391ef3983c546177 Mon Sep 17 00:00:00 2001 From: GigiaJ Date: Sat, 22 Nov 2025 17:02:06 -0600 Subject: [PATCH] Add more notes --- iac/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iac/README.md b/iac/README.md index 2dc3cac..da84526 100644 --- a/iac/README.md +++ b/iac/README.md @@ -213,7 +213,7 @@ kubectl get secret -n -o jsonpath='{.data}' | jq 'map ``` kubectl get secret -n harbor -o jsonpath='{.data}' | jq 'map_values(@base64d)' ----- -kubectl get secret harbor-creds-secrets -n harbor -o jsonpath='{.data}' | jq 'map_values(@base64d)' +kubectl get secret api-token-secret -n cert-manager -o jsonpath='{.data}' | jq 'map_values(@base64d)' Generating an RSA PKCS#1 key with openssl: