Skip to content

Draft: Resolve "Runner configmap is not created and pod does not start"

Closes #138

This merge request updates the ConfigMap function in the configmap.go file to use cr.Name instead of labels["app.kubernetes.io/instance"] when constructing the runnerConfigMap. This change aligns with the existing practice of using cr.Name elsewhere in the codebase.

Merge request reports