levis
levis copied to clipboard
[Feature][CSI]: Support mounting CSI storages
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