thankful-midnight-89472
02/08/2023, 4:49 PM$ cat > my-values.yaml <<- EOM
redash:
cookieSecret: $(openssl rand -base64 32)
secretKey: $(openssl rand -base64 32)
postgresql:
postgresqlPassword: $(openssl rand -base64 32)
redis:
password: $(openssl rand -base64 32)
EOM
magnificent-napkin-96586
02/08/2023, 7:06 PM