From ffaeefc2180b70a5bb99d365efa3fdb04f9d2078 Mon Sep 17 00:00:00 2001 From: Dmitriy Myakotin <75628188+MDI74@users.noreply.github.com> Date: Mon, 12 Jan 2026 13:42:58 +0500 Subject: [PATCH 1/4] feat: add new env variables to documents-ui --- deploy/values-documents-ui.yaml.gotmpl | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/deploy/values-documents-ui.yaml.gotmpl b/deploy/values-documents-ui.yaml.gotmpl index b051b2d..14333c1 100644 --- a/deploy/values-documents-ui.yaml.gotmpl +++ b/deploy/values-documents-ui.yaml.gotmpl @@ -2,8 +2,10 @@ image: tag: "latest" extraConfigMapEnvVars: - ENV_KEY: "\"dev\"" + API_ROOT_URL: "{{ .Values.baseExternalUrl }}/api/documents" + AUTH_API_ROOT_URL: "{{ .Values.baseExternalUrl }}/api/auth" + + # Remove after merge https://github.com/TourmalineCore/inner-circle-ui/pull/118 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 From 2baeb7d580923b70c2cc01271ed67521c5c21260 Mon Sep 17 00:00:00 2001 From: Dmitriy Myakotin <75628188+MDI74@users.noreply.github.com> Date: Mon, 12 Jan 2026 13:51:23 +0500 Subject: [PATCH 2/4] chore: update comment --- deploy/values-documents-ui.yaml.gotmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/values-documents-ui.yaml.gotmpl b/deploy/values-documents-ui.yaml.gotmpl index 14333c1..e2c1ab3 100644 --- a/deploy/values-documents-ui.yaml.gotmpl +++ b/deploy/values-documents-ui.yaml.gotmpl @@ -5,7 +5,7 @@ extraConfigMapEnvVars: API_ROOT_URL: "{{ .Values.baseExternalUrl }}/api/documents" AUTH_API_ROOT_URL: "{{ .Values.baseExternalUrl }}/api/auth" - # Remove after merge https://github.com/TourmalineCore/inner-circle-ui/pull/118 + # Remove after merge https://github.com/TourmalineCore/inner-circle-documents-ui/pull/48 API_ROOT: "\"{{ .Values.baseExternalUrl }}/api\"" API_ROOT_AUTH: "\"{{ .Values.baseExternalUrl }}/api/auth\"" LINK_TO_DOCUMENTS_SERVICE: "\"/documents/\"" \ No newline at end of file From 451401fe3fb6d398b22bc21e8c2e6a80966aee73 Mon Sep 17 00:00:00 2001 From: Dmitriy Myakotin <75628188+MDI74@users.noreply.github.com> Date: Mon, 12 Jan 2026 14:46:58 +0500 Subject: [PATCH 3/4] refactor: remove redundant env variables in documents-ui --- deploy/values-documents-ui.yaml.gotmpl | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/deploy/values-documents-ui.yaml.gotmpl b/deploy/values-documents-ui.yaml.gotmpl index e2c1ab3..f959752 100644 --- a/deploy/values-documents-ui.yaml.gotmpl +++ b/deploy/values-documents-ui.yaml.gotmpl @@ -3,9 +3,4 @@ image: extraConfigMapEnvVars: API_ROOT_URL: "{{ .Values.baseExternalUrl }}/api/documents" - AUTH_API_ROOT_URL: "{{ .Values.baseExternalUrl }}/api/auth" - - # Remove after merge https://github.com/TourmalineCore/inner-circle-documents-ui/pull/48 - API_ROOT: "\"{{ .Values.baseExternalUrl }}/api\"" - API_ROOT_AUTH: "\"{{ .Values.baseExternalUrl }}/api/auth\"" - LINK_TO_DOCUMENTS_SERVICE: "\"/documents/\"" \ No newline at end of file + AUTH_API_ROOT_URL: "{{ .Values.baseExternalUrl }}/api/auth" \ No newline at end of file From 8f83785913c5387001824facdf2e505c9b2a4ecf Mon Sep 17 00:00:00 2001 From: Dmitriy Myakotin <75628188+MDI74@users.noreply.github.com> Date: Fri, 13 Feb 2026 14:05:21 +0500 Subject: [PATCH 4/4] refactor: remove redundant code --- deploy/values-compensations-ui.yaml.gotmpl | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) 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