From c15f1f91aa285a32420ae5ed13ac2d53feae8748 Mon Sep 17 00:00:00 2001 From: michelsk <120306503+michelsk@users.noreply.github.com> Date: Wed, 22 Nov 2023 17:42:37 +0200 Subject: [PATCH] init commit (#222) * init commit * init commit --- charts/akeyless-secure-remote-access/Chart.yaml | 2 +- .../templates/akeyless-zero-trust-portal/deployment.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/akeyless-secure-remote-access/Chart.yaml b/charts/akeyless-secure-remote-access/Chart.yaml index 01c6a394..149b6520 100644 --- a/charts/akeyless-secure-remote-access/Chart.yaml +++ b/charts/akeyless-secure-remote-access/Chart.yaml @@ -14,7 +14,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. -version: 0.25.0 +version: 0.25.1 appVersion: v0.20.2_0.15.7_1.2.5 diff --git a/charts/akeyless-secure-remote-access/templates/akeyless-zero-trust-portal/deployment.yaml b/charts/akeyless-secure-remote-access/templates/akeyless-zero-trust-portal/deployment.yaml index 61246aa4..28d05c31 100644 --- a/charts/akeyless-secure-remote-access/templates/akeyless-zero-trust-portal/deployment.yaml +++ b/charts/akeyless-secure-remote-access/templates/akeyless-zero-trust-portal/deployment.yaml @@ -14,7 +14,7 @@ spec: matchLabels: app: zero-trust-portal {{- if not .Values.ztpConfig.HPA.enabled }} - replicas: {{ .Values.ztbConfig.replicaCount }} + replicas: {{ .Values.ztpConfig.replicaCount }} {{- end }} template: metadata: @@ -66,7 +66,7 @@ spec: value: {{ .Values.httpProxySettings.no_proxy }} {{- end }} -{{- end }} + {{- if .Values.ztpConfig.env }} {{- toYaml .Values.ztpConfig.env | nindent 12 }} {{- end }} @@ -90,4 +90,4 @@ spec: - name: {{ $.Release.Name }}-cm-ztp-vol configMap: name: {{ $.Release.Name }}-cm-ztp - +{{- end }}