thankful-midnight-89472
02/08/2023, 7:57 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
quick-keyboard-83126
02/08/2023, 11:30 PM