Cluster API fetchConfig accepting self-hosted gitlab installations #705
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
needs-triage
Indicates an issue or PR lacks a `triage/foo` label and requires one.
User Story
As a operator I would like to deployed a cluster-api-providers from self-managed gitlab installations that dont match
gitlab.
without using the 'airgapped' deployment mechanismDetailed Description
Currently, the code only accepts gitlab installations that start with
gitlab.
and github installations that end ingithub.com
. The goal would be to allowfetchConfig
the ability to accept a url that doesn't match this explicit pattern as both tools offer self hosting capabilities.This is different than #488 as its attempting to use fetchConfig where we have network, just against custom gitlab domains
/kind feature
The text was updated successfully, but these errors were encountered: