Skip to content

Commit

Permalink
add signing key (#341)
Browse files Browse the repository at this point in the history
* add signing key

* bump version
  • Loading branch information
calebdoxsey authored Mar 30, 2023
1 parent 0d76000 commit a64dcca
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/pomerium/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: pomerium
version: 33.0.1
version: 33.0.2
appVersion: v0.20.0
home: http://www.pomerium.com/
icon: https://www.pomerium.com/img/icon.svg
Expand All @@ -23,7 +23,7 @@ sources:
engine: gotpl
dependencies:
- name: redis
version: '17.0.9'
version: "17.0.9"
repository: https://charts.bitnami.com/bitnami
condition: redis.enabled

Expand Down
5 changes: 5 additions & 0 deletions charts/pomerium/templates/proxy-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,11 @@ spec:
{{- end }}
- name: SERVICES
value: proxy
- name: SIGNING_KEY
valueFrom:
secretKeyRef:
name: {{ template "pomerium.signingKeySecret.name" . }}
key: signing-key
{{- include "pomerium.metrics.envVars" . | indent 8}}
{{- range $name, $value := .Values.extraEnv }}
- name: {{ $name }}
Expand Down

0 comments on commit a64dcca

Please sign in to comment.