Commit c67cb5f9 authored by William Tucker's avatar William Tucker
Browse files

Added realm import environment variable to IDP configmap

parent 116046a8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -7,4 +7,5 @@ metadata:
  labels: {{ include "esgf.component.labels" (list . "idp" $idp.labels) | nindent 4 }}
data:
  PROXY_ADDRESS_FORWARDING: "true"
  KEYCLOAK_IMPORT: "/opt/jboss/deploy/realm.json"
{{- end }}