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

add volume, image, init customization support to helm charts #108

Merged
merged 2 commits into from
Dec 17, 2024

Conversation

sofuture
Copy link
Contributor

@sofuture sofuture commented Dec 9, 2024

Changelog

edge-site: add support extra custom volumes, init containers and image names
primary-site: add support extra custom volumes, init containers and image names

Docs

None

Description

Add support for custom volumes and init containers in all Helm charts. Also move image names to a chart value.

This should allow end users to specify custom credentials and workflows enabling more advanced usecases like adding a trusted certificate chain.

Fixes: FG-9734

Copy link

linear bot commented Dec 9, 2024

@sofuture sofuture changed the title add extra volume + init container support to helm charts add volume, image, init customization support to helm charts Dec 10, 2024
@@ -59,3 +60,8 @@ edgeController:
podAnnotations: {}
serviceLabels: {}
env: []
# Customize init containers here
Copy link
Contributor

Choose a reason for hiding this comment

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

Nit: I don't find these comments particularly helpful

Copy link
Contributor

Choose a reason for hiding this comment

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

Thinking about this further: would it be useful to add a short section to our docs on supporting custom CA chains?

@sofuture sofuture force-pushed the jz/init-containers-and-volumes branch 2 times, most recently from b7b96c4 to 3664694 Compare December 16, 2024 18:51
@sofuture sofuture force-pushed the jz/init-containers-and-volumes branch from 3664694 to b369b77 Compare December 16, 2024 18:52
@sofuture sofuture merged commit 4142e9a into main Dec 17, 2024
1 check passed
@sofuture sofuture deleted the jz/init-containers-and-volumes branch December 17, 2024 15:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants