We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b1d529 commit dcf1290Copy full SHA for dcf1290
chart/pro-builder/README.md
@@ -58,7 +58,7 @@ For pushing images to ECR see: [Push images to Amazon ECR](#push-images-to-amazo
58
Create a HMAC signing secret for use between the Pro Builder and your client:
59
60
```bash
61
-$(openssl rand -base64 32) > payload.txt
+echo -n $(openssl rand -base64 32) > payload.txt
62
```
63
64
Create a secret with the contents of the signing secret:
0 commit comments