Skip to main content
Yes. Follow these steps:
  1. Create a Kubernetes secret in the designated namespace for the runs using the command:
    kubectl create secret -n <namespace> generic <secret_name> <secret_value>
  2. After creating the secret, configure the queue to inject the secret when runs start. Only cluster administrators can view the secret; end users cannot see it.
I