Skip to content

Limit nginx scope to gitlab namespace

By default, the nginx ingress controller should only be scoped to the chart's namespace and shouldn't require any cluster roles. I think we can do that with:

  1. Set scope.enabled=true
  2. Set rbac.createClusterRole=false
  3. Set extraArgs=['--force-namespace-isolation']