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: