mirror of
https://github.com/plankanban/planka.git
synced 2026-02-25 03:14:50 +03:00
Chart: Support for sidecar containers #901
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @JoeKer1 on GitHub (Jan 22, 2026).
Which part of the project does this feature apply to?
Chart
What would you like?
I'd like to be able to configure side car containers to run alongside of planka. For example, in GCP cloud sql uses an auth proxy to securely connect to the database.
Why is this needed?
I want this because I'd like to configure the cloud sql auth proxy as a side car for secure cloud sql database connections in GCP. There are other uses for sidecars as well.
Other information
Willing to do a pull request for this feature :)