Skip to content

Commit

Permalink
put file back
Browse files Browse the repository at this point in the history
  • Loading branch information
mwangggg committed Jul 16, 2024
1 parent d6960bd commit df4e837
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions charts/cryostat/templates/db_secret.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{{- if empty .Values.core.databaseSecretName -}}
apiVersion: v1
kind: Secret
metadata:
name: {{ .Release.Name }}-db
type: Opaque
immutable: true
data:
ENCRYPTION_KEY: {{ include "cryostat.databaseEncryptionKey" . }}
CONNECTION_KEY: {{ include "cryostat.databaseConnectionKey" . }}
{{- end -}}

0 comments on commit df4e837

Please sign in to comment.