-
Notifications
You must be signed in to change notification settings - Fork 24
Closed
Labels
Description
Volumes and volume mounts can be specified for Deployment, StatefulSet as well as for Knative using these fields in CR:
- spec.volumes
- spec. volumeMounts
These volumes will be shared by all the pods (different from spec.statefulSet.storage - which is per pod).
Refer to the user guide for more information.
Add tests to ensure these are added to Deployment/StatefulSet as expected and removed when the relevant config is removed from CR.
- Delivered to RCO
- Delivered to OLO