stackabletech / secret-operator

Other
12 stars 6 forks source link

Drop ephemeral CSI volume (CSIVolumeSource) support #481

Open nightkr opened 3 months ago

nightkr commented 3 months ago

This means that the following form would no longer be supported:

volumes:
  - csi: # ...

This has been deprecated since 0.4.0 because it doesn't support pod stickiness (#125).

Ephemeral PersistentVolumes that use CSI would still be supported (and the recommended syntax):

volumes:
  - ephemeral:
      volumeClaimTemplate: # ...