cara/app-config/openshift/configmap.yaml
2021-12-21 11:29:43 +01:00

19 lines
449 B
YAML

---
kind: "Template"
apiVersion: template.openshift.io/v1
metadata:
name: "cara-configuration"
annotations:
description: "CARA configuration OpenShift template."
tags: "cara-configuration"
labels:
template: "cara-configuration"
objects:
-
apiVersion: v1
kind: ConfigMap
metadata:
name: auth-service
data:
OIDC_REALM: CERN
OIDC_SERVER: 'https://auth.cern.ch/auth'