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

feat: enable volumes and volumeMounts to be passed to the jetstack-agent deployment #540

Merged
merged 2 commits into from
Jun 20, 2024

Conversation

hawksight
Copy link
Contributor

I was working with a customer and needed to pass a configmap mount to the deployment.
This is not currently available in the chart.
This PR adds this capability in a generic way, similar to how it is done in the cert-manager chart.

I have specifically not created a new release of the chart. I intend to do a simple followup PR to release 0.3.2.

@hawksight hawksight self-assigned this Jun 20, 2024
@hawksight
Copy link
Contributor Author

@aidy thank you, have corrected those now. Can you cast one more eye over the changes please?

@hawksight hawksight requested a review from aidy June 20, 2024 14:09
Copy link

@aidy aidy left a comment

Choose a reason for hiding this comment

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

lgtm, although we should probably also bring these changes into the venafi agent chart.

@hawksight
Copy link
Contributor Author

should probably also bring these changes into the venafi agent chart

Agreed, but I don't have a CTA for that, and it doesn't help the customer problem I have. So I'll drop that as an issue for now. #541

@hawksight hawksight merged commit 0ed607c into master Jun 20, 2024
8 checks passed
@hawksight hawksight deleted the jetstack-agent-volumes branch June 20, 2024 14:41
- name: cabundle
configmap:
name: cabundle
optional: true
Copy link
Member

Choose a reason for hiding this comment

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

Why is this optional? Isn't this prone to silent unexpected situations such as you forget to create the CA bundle configmap and the pod somehow isn't able to connect?

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