Skip to content

Commit

Permalink
added CONFIG_ENCRYPTION_KEY as environment variable in admin node so …
Browse files Browse the repository at this point in the history
…backup works when configuration is encrypted
  • Loading branch information
anestos committed Feb 26, 2021
1 parent d6a466a commit c48402d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion idsvr/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: idsvr
version: 0.9.13
version: 0.9.14
appVersion: 6.0.0
description: A Helm chart for Curity Identity Server
keywords:
Expand Down
4 changes: 4 additions & 0 deletions idsvr/templates/deployment-admin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ spec:
{{- if .Values.curity.config.encryptionKey}}"-e","{{.Values.curity.config.encryptionKey}}",{{end -}}
"--admin"]
env:
{{- if .Values.curity.config.encryptionKey }}
- name: CONFIG_ENCRYPTION_KEY
value: {{ .Values.curity.config.encryptionKey | quote }}
{{- end }}
- name: STATUS_CMD_PORT
value: {{ .Values.curity.healthCheckPort | quote }}
- name: LOGGING_LEVEL
Expand Down

0 comments on commit c48402d

Please sign in to comment.