cara/app-config/openshift/configmap.yaml

20 lines
449 B
YAML
Raw Permalink Normal View History

---
kind: "Template"
2021-12-05 21:26:37 +00:00
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'