The Secret "{{ token?.name }}" could not be found in the Namespace kubeflow

Please follow the steps below to address this issue:

1. Log in to Rok
2. Go to Settings -> API access
3. From the dropdown box choose "Kubernetes secret", and download your secret to your computer as a local file, e.g., {{ token?.name }}.yaml
4. Create a new secret on Kubernetes: kubectl -n {{ "kubeflow" }} create -f {{ token?.name }}.yaml
5. Verify that your new secret has been created: kubectl -n {{ "kubeflow" }} get secret {{ "kubeflow" }}
6. Refresh this page