craig-rueda commented on code in PR #21806: URL: https://github.com/apache/superset/pull/21806#discussion_r997168713
########## helm/superset/values.yaml: ########## @@ -344,20 +342,18 @@ supersetWorker: # -- If true, forces deployment to reload on each upgrade forceReload: false # -- Init container - # @default -- a container waiting for postgres + # @default -- a container waiting for postgres and redis initContainers: - - name: wait-for-postgres - image: "{{ .Values.initImage.repository }}:{{ .Values.initImage.tag }}" - imagePullPolicy: "{{ .Values.initImage.pullPolicy }}" + - name: wait-for-postgres-redis Review Comment: Same comment as above RE values.yaml -- 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: notifications-unsubscr...@superset.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For additional commands, e-mail: notifications-h...@superset.apache.org