fluid icon indicating copy to clipboard operation
fluid copied to clipboard

If my Dataset cr need to mount many different point, some of the para is duplicated

Open andyzheung opened this issue 2 years ago • 0 comments

for example: mounts: - mountPoint: s3://xxxx/datasets/Perception/ name: s3 options: alluxio.underfs.s3.region: cn-northwest-1 alluxio.underfs.s3.endpoint: s3.cn-northwest-1.amazonaws.com.cn encryptOptions: - name: aws.accessKeyId valueFrom: secretKeyRef: name: datasets-secret key: aws.accessKeyId - name: aws.secretKey valueFrom: secretKeyRef: name: datasets-secret key: aws.secretKey I think need the common config para secretkey and accesskey if I wan to use the common config to all the mountpoint.

andyzheung avatar Jan 30 '23 11:01 andyzheung