Skip to content

Add tests for volumes and volume mounts #307

@leochr

Description

@leochr

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions