Merge commit 'fe564d72279f4ab061b961dd528623f0ed272667' as 'cluster-config'
This commit is contained in:
5
cluster-config/components/oauth/base/kustomization.yaml
Normal file
5
cluster-config/components/oauth/base/kustomization.yaml
Normal file
@@ -0,0 +1,5 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
|
||||
resources:
|
||||
- oauth.yaml
|
||||
6
cluster-config/components/oauth/base/oauth.yaml
Normal file
6
cluster-config/components/oauth/base/oauth.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
apiVersion: config.openshift.io/v1
|
||||
kind: OAuth
|
||||
metadata:
|
||||
name: cluster
|
||||
spec:
|
||||
identityProviders: []
|
||||
Reference in New Issue
Block a user