From 420903174790c77879f4d0ad8708288dc84c7deb Mon Sep 17 00:00:00 2001 From: Dmytro Samoylenko <98583210+dmytro-samoylenko@users.noreply.github.com> Date: Fri, 10 Jan 2025 13:12:53 +0200 Subject: [PATCH] upd --- charts/shkeeper/Chart.yaml | 2 +- charts/shkeeper/templates/deployments/tron-shkeeper.yaml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/charts/shkeeper/Chart.yaml b/charts/shkeeper/Chart.yaml index 655c47c..3364d0e 100644 --- a/charts/shkeeper/Chart.yaml +++ b/charts/shkeeper/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.4.57 +version: 1.4.58 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/shkeeper/templates/deployments/tron-shkeeper.yaml b/charts/shkeeper/templates/deployments/tron-shkeeper.yaml index ff7eec4..bd13684 100644 --- a/charts/shkeeper/templates/deployments/tron-shkeeper.yaml +++ b/charts/shkeeper/templates/deployments/tron-shkeeper.yaml @@ -109,6 +109,10 @@ spec: - name: MULTISERVER_CONFIG_JSON value: {{ .Values.tron_shkeeper.multiserver_config_json | toJson | quote }} {{- end }} + {{- if .Values.tron_shkeeper.external_drain_config }} + - name: EXTERNAL_DRAIN_CONFIG + value: {{ .Values.tron_shkeeper.external_drain_config | toJson | quote }} + {{- end }} {{- range $name, $value := .Values.tron_shkeeper.extraEnv }} - name: {{ $name | quote }} value: {{ $value | quote }}