2021-03-03 18:37:18 +00:00
|
|
|
---
|
|
|
|
|
kind: "Template"
|
2021-12-05 21:26:37 +00:00
|
|
|
apiVersion: template.openshift.io/v1
|
2021-03-03 18:37:18 +00:00
|
|
|
metadata:
|
2022-09-09 13:05:29 +00:00
|
|
|
name: "caimira-configuration"
|
2021-03-03 18:37:18 +00:00
|
|
|
annotations:
|
2022-09-09 13:05:29 +00:00
|
|
|
description: "CAiMIRA configuration OpenShift template."
|
|
|
|
|
tags: "caimira-configuration"
|
2021-03-03 18:37:18 +00:00
|
|
|
labels:
|
2022-09-09 13:05:29 +00:00
|
|
|
template: "caimira-configuration"
|
2021-03-03 18:37:18 +00:00
|
|
|
objects:
|
|
|
|
|
-
|
|
|
|
|
apiVersion: v1
|
|
|
|
|
kind: ConfigMap
|
|
|
|
|
metadata:
|
|
|
|
|
name: auth-service
|
|
|
|
|
data:
|
|
|
|
|
OIDC_REALM: CERN
|
|
|
|
|
OIDC_SERVER: 'https://auth.cern.ch/auth'
|