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: