charts
charts copied to clipboard
add option for deploying awx with a local pv
What this PR does / why we need it:
Which issue this PR fixes
(optional, in fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close that issue when PR gets merged)
- fixes #
Special notes for your reviewer:
Checklist
[Place an '[x]' (no spaces) in all applicable fields. Please remove unrelated fields.]
- [ ] Developer Certificate of Origin signed
- [ ] Chart Version bumped (SEMVER 2)
- [ ] Variables are documented in the README.md
- [ ] Title of the PR starts with chart name (e.g.
[example]: Add service for feature xyz
)
@jbielick What do you think?
What does this do?
This allows the user to provision a persistent volume for the pvc created by the postgres chart
I might be missing something. How does the postgres subchart know to use this PV?
Pvc bind themselves to an available pv with capacity and the correct type of storage for them. At least to the extent of my knowledge Let me see if I can force the pv to be bound to the specific pvc
@jbielick used the pvc's selector from the postgres chart to bind to the local pv