https://rancher.com/ logo
Title
t

thankful-midnight-89472

02/08/2023, 4:49 PM
Hello, I'm new to Rancher Desktop. I'm trying to follow https://github.com/getredash/contrib-helm-chart, but I don't understand what I need to do here:Create a values file with required secrets (store this securely!):
$ 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
m

magnificent-napkin-96586

02/08/2023, 7:06 PM
hi! feel free to post your question in #rancher-desktop since the specialists for desktop are over there
👍 1