-
Notifications
You must be signed in to change notification settings - Fork 25
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
Conversation
…ent deployment Signed-off-by: Peter <[email protected]>
Signed-off-by: Peter <[email protected]>
@aidy thank you, have corrected those now. Can you cast one more eye over the changes please? |
There was a problem hiding this 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.
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 |
- name: cabundle | ||
configmap: | ||
name: cabundle | ||
optional: true |
There was a problem hiding this comment.
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?
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.