Skip to content

Commit

Permalink
mount key to job policy checker
Browse files Browse the repository at this point in the history
  • Loading branch information
jsbroks committed Oct 24, 2024
1 parent 87e1cde commit 015f6c4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/ctrlplane/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
5 changes: 5 additions & 0 deletions charts/ctrlplane/charts/jobs/templates/policy-checker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 015f6c4

Please sign in to comment.