diff --git a/charts/ctrlplane/Chart.yaml b/charts/ctrlplane/Chart.yaml index ebb459f..0383711 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.2.5 +version: 0.2.6 appVersion: "1.16.0" maintainers: diff --git a/charts/ctrlplane/charts/jobs/templates/policy-checker.yaml b/charts/ctrlplane/charts/jobs/templates/policy-checker.yaml index a36f470..ad5b99d 100644 --- a/charts/ctrlplane/charts/jobs/templates/policy-checker.yaml +++ b/charts/ctrlplane/charts/jobs/templates/policy-checker.yaml @@ -35,6 +35,11 @@ spec: secretKeyRef: name: {{ .Release.Name }}-connections key: POSTGRES_URL + - name: VARIABLES_AES_256_KEY + valueFrom: + secretKeyRef: + name: {{ .Release.Name }}-encryption-key + key: AES_256_KEY {{- include "ctrlplane.extraEnv" . | nindent 16 }} {{- include "ctrlplane.extraEnvFrom" (dict "root" $ "local" .) | nindent 16 }} resources: