From 6b9d535ba5d912ac34e20527c89056cacb000843 Mon Sep 17 00:00:00 2001 From: Justin Brooks Date: Fri, 15 Nov 2024 23:59:25 -0500 Subject: [PATCH] add auth url --- charts/ctrlplane/Chart.yaml | 2 +- charts/ctrlplane/charts/pty-proxy/templates/deployment.yaml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/charts/ctrlplane/Chart.yaml b/charts/ctrlplane/Chart.yaml index 4a4c2ab..a01bd99 100644 --- a/charts/ctrlplane/Chart.yaml +++ b/charts/ctrlplane/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: ctrlplane description: Ctrlplane Helm chart for Kubernetes type: application -version: 0.3.5 +version: 0.3.6 appVersion: "1.16.0" maintainers: diff --git a/charts/ctrlplane/charts/pty-proxy/templates/deployment.yaml b/charts/ctrlplane/charts/pty-proxy/templates/deployment.yaml index 1d038f3..6327b2a 100644 --- a/charts/ctrlplane/charts/pty-proxy/templates/deployment.yaml +++ b/charts/ctrlplane/charts/pty-proxy/templates/deployment.yaml @@ -70,6 +70,8 @@ spec: secretKeyRef: name: {{ .Release.Name }}-encryption-key key: AES_256_KEY + - name: AUTH_URL + value: {{ .Values.global.fqdn }} {{- include "ctrlplane.extraEnv" . | nindent 12 }} {{- include "ctrlplane.extraEnvFrom" (dict "root" $ "local" .) | nindent 12 }} resources: