Skip to content

Draft: Improve namespace-restricted installation

Jon C. Thomason requested to merge jonct/gitlab-agent:namespace-restricted into main

Installation within a single restricted namespace fails, due to creating and mounting a global ConfigMap.

That ConfigMap is only necessary when passing a caCert.

This merge request applies that condition to the generated resources.

Merge request reports