We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19ba38e commit bc6fdf7Copy full SHA for bc6fdf7
charts/ctrlplane/Chart.yaml
@@ -2,7 +2,7 @@ apiVersion: v2
2
name: ctrlplane
3
description: Ctrlplane Helm chart for Kubernetes
4
type: application
5
-version: 0.3.0
+version: 0.3.1
6
appVersion: "1.16.0"
7
8
maintainers:
charts/ctrlplane/charts/pty-proxy/templates/deployment.yaml
@@ -53,6 +53,11 @@ spec:
53
secretKeyRef:
54
name: {{ .Release.Name }}-connections
55
key: POSTGRES_URL
56
+ - name: VARIABLES_AES_256_KEY
57
+ valueFrom:
58
+ secretKeyRef:
59
+ name: {{ .Release.Name }}-encryption-key
60
+ key: AES_256_KEY
61
{{- include "ctrlplane.extraEnv" . | nindent 12 }}
62
{{- include "ctrlplane.extraEnvFrom" (dict "root" $ "local" .) | nindent 12 }}
63
resources:
0 commit comments