Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(helm): Add option to deploy extra containers to init job #25783

Merged

Conversation

bluemalkin
Copy link
Contributor

@bluemalkin bluemalkin commented Oct 27, 2023

SUMMARY

Adds extraContainers to init job pob.

This is required if for example connecting to an external database using the Cloud SQL Auth Proxy as a sidecar.

Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Congrats on making your first PR and thank you for contributing to Superset! 🎉 ❤️

We hope to see you in our Slack community too! Not signed up? Use our Slack App to self-register.

Copy link
Member

@dpgaspar dpgaspar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not aware of how cloud-sql-auth-proxy works, but looking at the docs, shouldn't this go to deployment.yaml instead? since it's a sidecar?

@bluemalkin
Copy link
Contributor Author

not aware of how cloud-sql-auth-proxy works, but looking at the docs, shouldn't this go to deployment.yaml instead? since it's a sidecar?

@dpgaspar yes that's correct and the deployment.yaml has extraContainers however the init Job needs the sidecar too to connect to the db and bootstrap/upgrade it...

Copy link
Member

@craig-rueda craig-rueda left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lgtm

@craig-rueda craig-rueda merged commit 0f01d9b into apache:master Oct 31, 2023
29 checks passed
@bluemalkin bluemalkin deleted the bluemalkin/init-extra-containers branch October 31, 2023 02:24
cccs-rc pushed a commit to CybercentreCanada/superset that referenced this pull request Mar 6, 2024
@mistercrunch mistercrunch added 🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels 🚢 3.1.0 labels Mar 8, 2024
sfirke pushed a commit to sfirke/superset that referenced this pull request Mar 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels size/S 🚢 3.1.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants