ImagePullSecrets for ShinyProxy Operator for K8s

I saw in an older post that it is possible to configure imagePullSecrets for private repos - for dockerhub for example.

The docker method doesn’t seem to be supported in K8s:

    docker-registry-username: your_docker_username
    docker-registry-password: your_docker_token
    docker-registry-domain: docker.io

What is the correct way to add a reference to a docker secret to the SP operator for Kubernetes?

Thank you!

Answer: the syntax is image-pull-secret. If you are using an overlay example, simply go to resources/shinyproxy.shinyproxy.yaml and add your docker secret under proxy > kubernetes.