Skip to content

Commit

Permalink
fix env var prefix for existing secret
Browse files Browse the repository at this point in the history
  • Loading branch information
Isan-Rivkin committed Dec 13, 2023
1 parent ea663e0 commit 83d048a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/lakefs/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: lakefs
description: A Helm chart for running LakeFS on Kubernetes
type: application
version: 1.0.6
version: 1.0.7
appVersion: 1.3.1

home: https://lakefs.io
Expand Down
2 changes: 1 addition & 1 deletion charts/lakefs/templates/_fluffy.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ env:
{{- end }}
{{- end }}
{{- if .Values.existingSecret }}
- name: LAKEFS_AUTH_ENCRYPT_SECRET_KEY
- name: FLUFFY_AUTH_ENCRYPT_SECRET_KEY
valueFrom:
secretKeyRef:
name: {{ .Values.existingSecret }}
Expand Down

0 comments on commit 83d048a

Please sign in to comment.