2.17. GitHub Enterprise Server でサポートされているサブドメイン分離
今回の更新により、OpenShift Dev Spaces は GitHub Enterprise Server のお客様の サブドメイン分離 をサポートします。管理者は、CheCluster カスタムリソースでサブドメイン分離を有効にできます。
spec:
gitServices:
github:
- endpoint: 'https://github.com'
secretName: github-oauth-config
disableSubdomainIsolation: true
関連情報