shakeelansari63 commented on PR #26663:
URL: https://github.com/apache/superset/pull/26663#issuecomment-1934483425
> Almost there!
>
> you need to update the `README.md`
>
> ```
> | supersetNode.connections.db_pass | string | `"superset"` | |
> | supersetNode.connections.db_port | string | `"5432"` | |
> | supersetNode.connections.db_user | string | `"superset"` | |
> +| supersetNode.connections.redis_cache_db | string | `"1"` | |
> +| supersetNode.connections.redis_celery_db | string | `"0"` | |
> | supersetNode.connections.redis_host | string | `"{{ .Release.Name
}}-redis-headless"` | Change in case of bringing your own redis and then also
set redis.enabled:false |
> | supersetNode.connections.redis_port | string | `"6379"` | |
> +| supersetNode.connections.redis_ssl.enabled | bool | `false` | |
> +| supersetNode.connections.redis_ssl.ssl_cert_reqs | string |
`"CERT_NONE"` | |
> +| supersetNode.connections.redis_user | string | `""` | |
> | supersetNode.containerSecurityContext | object | `{}` | |
> | supersetNode.deploymentAnnotations | object | `{}` | Annotations to be
added to supersetNode deployment |
> | supersetNode.deploymentLabels | object | `{}` | Labels to be added to
supersetNode deployment |
> ```
Yes, Just saw the failed CI task and updated this.
--
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]