Anyone who has worked on CSI driver Key Vault Secrets, I want to map the below volume attributes in a Spinnaker pipeline.
volumes:
- name: secrets-store-inline
csi:
driver: secrets-store.csi.k8s.io
readOnly: true
volumeAttributes:
secretProviderClass: "testpoc"
nodePublishSecretRef:
name: secrets-store-creds-test