kedro-kubeflow question... how do I use k8s secret...
# plugins-integrations
g
kedro-kubeflow question... how do I use k8s secret for minio? The data catalog docs show using a credentials.yml file but the kedro-kubeflow .dockeringore prevents this file from going into the image (because it's insecure). The kedro-kubeflow docs show an example using kfp's aws module but it's not clear if this is also supposed to work for minio. There already exists a minio instance in my namespace (kubeflow provides this by default) and I'd like to use it just for simplicity. The secret is named
mlpipeline-minio-artifact
with
accesskey
and
secretkey
. So how can I map through the credentials stored in this secret so that the data catalog can use them?