Skip to content

Conversation

@maikokuppe
Copy link

SUMMARY

It is recommended to build one's own docker image when using superset on production. However a custom docker image contains confidential information, e.g. the SECRET_KEY configuration value. Thus it is necessary to use a docker image hosted in a private registry. Access credentials to a private docker registry are usually provided to Kubernetes via the imagePullSecrets field, which references to a secret containing the credentials.

This PR makes it possible to configure this via the values.yaml.

BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF

none

TEST PLAN

none

ADDITIONAL INFORMATION

  • Has associated issue:
  • Changes UI
  • Includes DB Migration (follow approval process in SIP-59)
    • Migration is atomic, supports rollback & is backwards-compatible
    • Confirm DB migration upgrade and downgrade tested
    • Runtime estimates and downtime expectations provided
  • Introduces new feature or API
  • Removes existing feature or API

@maikokuppe
Copy link
Author

Fixed by #14586

@maikokuppe maikokuppe closed this May 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant