Skip to content

Conversation

@kkkdeon
Copy link

@kkkdeon kkkdeon commented May 20, 2025

This PR adds support for additional containers in the Flagger Deployment.
It allows users to define sidecar containers (e.g., for logging, metrics, or proxies).

additionalContainers:
  - name: sidecar-logger
    image: busybox
    command: ["sh", "-c", "while true; do echo sidecar running...; sleep 10; done"]

@kkkdeon kkkdeon force-pushed the chart-additional-containers branch from 1880865 to 6636de9 Compare May 20, 2025 15:32
@kkkdeon
Copy link
Author

kkkdeon commented Oct 13, 2025

Do you have any feedback? @stefanprodan @aryan9600

@kkkdeon
Copy link
Author

kkkdeon commented Nov 20, 2025

@stefanprodan @aryan9600
Review would be appreciated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant