You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
150: Add possibility to mount volumes and specify envFrom to inject variables r=alallema a=pauldn-wttj
# Pull Request
## Related issue
Fixes#149
## What does this PR do?
- Add `volumes` values for additional volumes on pods
- Add `volumeMounts` values to mount them on pods
- Add `envFrom` values to specify potential secrets to inject in pods.
Feedback welcome!
I bumped the version to 0.1.43, let me know if that's not how you handle versioning.
## PR checklist
Please check if your PR fulfills the following requirements:
- [X] Does this PR fix an existing issue, or have you listed the changes applied in the PR description (and why they are needed)?
- [X] Have you read the contributing guidelines?
- [X] Have you made sure that the title is accurate and descriptive of the changes?
Co-authored-by: Paul de Nonancourt <paul.denonancourt@wttj.co>
0 commit comments