diff --git a/deploy/values-compensations-ui.yaml.gotmpl b/deploy/values-compensations-ui.yaml.gotmpl index 2a78b50..eba5042 100644 --- a/deploy/values-compensations-ui.yaml.gotmpl +++ b/deploy/values-compensations-ui.yaml.gotmpl @@ -3,10 +3,4 @@ image: extraConfigMapEnvVars: API_ROOT_URL: "{{ .Values.baseExternalUrl }}/api/compensations" - AUTH_API_ROOT_URL: "{{ .Values.baseExternalUrl }}/api/auth" - - # Remove after merge https://github.com/TourmalineCore/inner-circle-compensations-ui/pull/85 - API_ROOT: "\"{{ .Values.baseExternalUrl }}/api\"" - API_ROOT_AUTH: "\"{{ .Values.baseExternalUrl }}/api/auth\"" - LINK_TO_EMPLOYEES_SERVICE: "\"/employees/\"" - LINK_TO_COMPENSATIONS_SERVICE: "\"/compensations/\"" \ No newline at end of file + AUTH_API_ROOT_URL: "{{ .Values.baseExternalUrl }}/api/auth" \ No newline at end of file diff --git a/deploy/values-documents-ui.yaml.gotmpl b/deploy/values-documents-ui.yaml.gotmpl index b051b2d..f959752 100644 --- a/deploy/values-documents-ui.yaml.gotmpl +++ b/deploy/values-documents-ui.yaml.gotmpl @@ -2,8 +2,5 @@ image: tag: "latest" extraConfigMapEnvVars: - ENV_KEY: "\"dev\"" - API_ROOT: "\"{{ .Values.baseExternalUrl }}/api\"" - API_ROOT_AUTH: "\"{{ .Values.baseExternalUrl }}/api/auth\"" - LINK_TO_EMPLOYEES_SERVICE: "\"/employees/\"" - LINK_TO_DOCUMENTS_SERVICE: "\"/documents/\"" \ No newline at end of file + API_ROOT_URL: "{{ .Values.baseExternalUrl }}/api/documents" + AUTH_API_ROOT_URL: "{{ .Values.baseExternalUrl }}/api/auth" \ No newline at end of file