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
For a Deployment + Job + CronJob resource it's sometimes required to have one or more additional PV/PVC's.
Therfore I need the generators to be able to generate them.
Issue
Currently PV/PVC generator only allows the function with volumeClaimTemplate by type: statefulset to create actual persistence.
Usecase
For a Deployment + Job + CronJob resource it's sometimes required to have one or more additional PV/PVC's.
Therfore I need the generators to be able to generate them.
Issue
Currently PV/PVC generator only allows the function with
volumeClaimTemplate
bytype: statefulset
to create actual persistence.Current "Workaround"
The Component
My Jinja2 Template:
The Result
The text was updated successfully, but these errors were encountered: