Skip to content

Commit b4f1923

Browse files
GitHub Actionsjmagak
authored andcommitted
Fix inconsistencies with referencing my-rhdh-secrets
1 parent 2d5a3e0 commit b4f1923

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/customizing/proc-customizing-the-backend-secret.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ You can define your custom {product-short} backend secret.
1414
add to your custom `{my-product-secrets}.txt` file the `BACKEND_SECRET` environment variable with a base64 encoded string.
1515
Use a unique value for each {product-short} instance.
1616
+
17-
[source,terminal,subs="+attributes"]
17+
[source,yaml,subs="+quotes,+attributes"]
1818
----
1919
$ echo > `{my-product-secrets}.txt` "BACKEND_SECRET=$(node -p 'require("crypto").randomBytes(24).toString("base64")')"
2020
----

0 commit comments

Comments
 (0)