Skip to content

Commit bc6fdf7

Browse files
committedNov 14, 2024·
add encryption key
1 parent 19ba38e commit bc6fdf7

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed
 

‎charts/ctrlplane/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: ctrlplane
33
description: Ctrlplane Helm chart for Kubernetes
44
type: application
5-
version: 0.3.0
5+
version: 0.3.1
66
appVersion: "1.16.0"
77

88
maintainers:

‎charts/ctrlplane/charts/pty-proxy/templates/deployment.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,11 @@ spec:
5353
secretKeyRef:
5454
name: {{ .Release.Name }}-connections
5555
key: POSTGRES_URL
56+
- name: VARIABLES_AES_256_KEY
57+
valueFrom:
58+
secretKeyRef:
59+
name: {{ .Release.Name }}-encryption-key
60+
key: AES_256_KEY
5661
{{- include "ctrlplane.extraEnv" . | nindent 12 }}
5762
{{- include "ctrlplane.extraEnvFrom" (dict "root" $ "local" .) | nindent 12 }}
5863
resources:

0 commit comments

Comments
 (0)
Please sign in to comment.