Squashed 'cluster-config/' content from commit 654f2390
git-subtree-dir: cluster-config git-subtree-split: 654f23903bd1f9a27a4810bd289d165b6cfdbb0c
This commit is contained in:
3
components/oauth/overlays/matrix-template/README.md
Normal file
3
components/oauth/overlays/matrix-template/README.md
Normal file
@@ -0,0 +1,3 @@
|
||||
From the OpenShift Developer Console contest, see original repo here:
|
||||
|
||||
https://github.com/kenmoini/openshift-web-console-customizations/tree/master/competition/kenmoini
|
||||
20
components/oauth/overlays/matrix-template/kustomization.yaml
Normal file
20
components/oauth/overlays/matrix-template/kustomization.yaml
Normal file
@@ -0,0 +1,20 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1alpha1
|
||||
kind: Component
|
||||
|
||||
resources:
|
||||
- ../../../login-template/base
|
||||
|
||||
patches:
|
||||
- patch: |-
|
||||
- op: add
|
||||
path: /spec/templates
|
||||
value:
|
||||
login:
|
||||
name: matrix-login-template
|
||||
providerSelection:
|
||||
name: matrix-providers-template
|
||||
target:
|
||||
group: config.openshift.io
|
||||
kind: OAuth
|
||||
name: cluster
|
||||
version: v1
|
||||
Reference in New Issue
Block a user