levis icon indicating copy to clipboard operation
levis copied to clipboard

[Feature][CSI]: Support mounting CSI storages

Open dmakeroam opened this issue 3 years ago • 0 comments

We should have a feature support for mounting CSI storages like Azure Blob Storages, AWS S3, etc.

This config might be look like the following:

volumes:
- name: test-volume
   driver: secrets-store.csi.k8s.io
   providerClass: cfkafka-vault-provider
volumeMounts:
- name: test-volume
  mountPath: /etc/kafka/kafka_jaas.conf
  subPath: kafka_jaas.conf

dmakeroam avatar Nov 08 '21 18:11 dmakeroam