Skip to content

Updated code so that ingress is not created when runtime class is none

When using the auth proxy, we no longer need to create ingress resources for each workspace. This MR ensures that ingress resources are not created when the runtime class passed in is 'none'. This allows us to support both cases, i.e. when the customer wants to use the auth proxy and when the customer wants to implement custom auth and wants the ingress resources created.

Related to gitlab-org/gitlab#396697 (closed)

Merge request reports

Loading