Skip to content

Conversation

@thechristschn
Copy link

This adds an option to specify additional containers in the flagger deployment.

We need this option to make adjustments to the istio-proxy sidecar, but it is build in a generic way to support all kinds of additional containers.

For example:

additionalContainers:
- name: istio-proxy
  image: auto
  resources:
    limits:
      memory: 1Gi

would insert the istio-proxy container definition at the end of the container list in the deployment.

Signed-off-by: Christian Baumann <thechristschn@gmail.com>
@kkkdeon
Copy link

kkkdeon commented Apr 14, 2025

@stefanprodan
Could you please review this PR?
We also need the same case.

@sc250024
Copy link

This is a related PR: #1789.

Extra containers on the main Deployment object is also nice to have. The PR above enables deployment of extra objects in general.

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.

3 participants