fluid
fluid copied to clipboard
If my Dataset cr need to mount many different point, some of the para is duplicated
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.