Skip to content

Add sidecar containers #31

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

Closed
wants to merge 4 commits into from

Conversation

saisona
Copy link
Contributor

@saisona saisona commented Jan 23, 2025

As we required to add sidecar containers to our AzureDevOps agents for VPN connection (this also could be any other stuff like fluentd).
I added the fact to be able to add sidecar containers to deployment

You are free to change the name of the values file.

Waiting for the review

saisona and others added 4 commits November 13, 2023 16:46
Update master <> master
Possibility to add sidecars container to the agents pods.
e.g: adding a vpn sidecare container, or fluentd sidecar container.
@saisona
Copy link
Contributor Author

saisona commented Jan 23, 2025

Fix #29

@btungut btungut self-assigned this Feb 14, 2025
@btungut btungut added the enhancement New feature or request label Feb 14, 2025
@btungut btungut requested a review from Copilot February 14, 2025 23:08
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

Comments suppressed due to low confidence (2)

chart/values.yaml:63

  • [nitpick] The field name 'sideContainers' is somewhat ambiguous. Consider renaming it to 'sidecarContainers' to more clearly reflect its purpose.
sideContainers:

chart/templates/deployment.yaml:31

  • [nitpick] Currently, the side containers are injected before the main container definition. If container order is important for your application's behavior or initialization, consider appending them after the primary container.
{{ with .Values.sideContainers }}

@btungut btungut closed this Feb 14, 2025
@btungut btungut reopened this Feb 14, 2025
@btungut
Copy link
Owner

btungut commented Feb 14, 2025

Resolved in v2.1.1

Issues:
#31
#33

@btungut btungut closed this Feb 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants