From fa19f3a17c303456679becbaf1d7a45ef6cb7196 Mon Sep 17 00:00:00 2001 From: Thomas Stocker Date: Tue, 4 Nov 2025 11:57:22 +0100 Subject: [PATCH] chore: remove echo sensitive data Signed-off-by: Thomas Stocker --- contrib/helm/README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/contrib/helm/README.md b/contrib/helm/README.md index 3db045ef1..a10265f9f 100644 --- a/contrib/helm/README.md +++ b/contrib/helm/README.md @@ -57,12 +57,6 @@ export ENCRYPTION_KEY=$(openssl rand -base64 32) export COOKIE_SECRET=$(openssl rand -base64 32) export PASSWORD_PEPPER=$(openssl rand -base64 32) export TRUST_TOKEN_SECRET=$(openssl rand -base64 32) - -# Save these somewhere secure! -echo "ENCRYPTION_KEY=$ENCRYPTION_KEY" -echo "COOKIE_SECRET=$COOKIE_SECRET" -echo "PASSWORD_PEPPER=$PASSWORD_PEPPER" -echo "TRUST_TOKEN_SECRET=$TRUST_TOKEN_SECRET" ``` ##### Install using Chart and set values