shakeelansari63 commented on PR #26663:
URL: https://github.com/apache/superset/pull/26663#issuecomment-1898930179
I have user `CACHE_REDIS_URL` instead of `CACHE_REDIS_HOST`
Here are some sample examples of rendered templates..
### 1. No Password and No SSL
`values.yaml`

`Rendered Template`

### 2. With Password and No SSL
`values.yaml`

`Rendered Template`

### 3. No Password and With SSL (ssl_cert_reqs = CERT_NONE)
`values.yaml`

`Rendered Template`

### 4. With Password and With SSL (ssl_cert_reqs = CERT_NONE)
`values.yaml`

`Rendered Template`

### 5. With Password and With SSL (ssl_cert_reqs = CERT_OPTIONAL)
`values.yaml`

`Rendered Template`

--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]