0

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
Rico
  • 58,485
  • 12
  • 111
  • 141
rin
  • 101
  • 1
  • 9
  • yes, what exactly is your question? – Rico Aug 11 '20 at 22:47
  • I want to have these volume attributes mapped to Spinnaker pipeline without missing any of these attributes. How can we do that. – rin Aug 12 '20 at 18:14

0 Answers0