Skip to content

Commit

Permalink
Fix configmap
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-pimenta-DME committed Feb 26, 2024
1 parent 359aac0 commit cf4732d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion charts/eoepca-portal/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ metadata:
{{- include "eoepca-portal.labels" . | nindent 4 }}
data:
AUTH_SERVER_URL: "{{ .Values.configMap.auth_server_url }}"
IDENTITY_URL: "{{ .Values.configMap.identity_url }}"
REALM: "{{ .Values.configMap.realm }}"
CLIENT_ID: "{{ .Values.configMap.client_id }}"
IDENTITY_API_URL: "{{ .Values.configMap.identity_api_url }}"
Expand Down
3 changes: 1 addition & 2 deletions charts/eoepca-portal/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,7 @@ serviceAccount:

configMap:
auth_server_url: "https://identity.keycloak.develop.eoepca.org"
identity_url: "master"
realm: "eoepca-portal"
realm: "master"
client_id: "eoepca-portal"
identity_api_url: "https://identity.api.develop.eoepca.org"
ades_url: "https://ades.develop.eoepca.org/ogc-api/processes"
Expand Down

0 comments on commit cf4732d

Please sign in to comment.