Skip to content

Commit

Permalink
fix dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
YuriiKosiy committed Jan 7, 2025
1 parent 85c8636 commit 289db92
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: saleor
description: A Helm chart for Saleor e-commerce platform
type: application
version: 0.1.38
version: 0.1.39
appVersion: "3.20"
4 changes: 2 additions & 2 deletions templates/dashboard-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ spec:
{{- with .Values.dashboard.resources }}
resources:
{{- toYaml . | nindent 12 }}
envFrom:
{{- end }}
envFrom:
- configMapRef:
name: {{ include "saleor.fullname" . }}-config
- secretRef:
name: {{ include "saleor.fullname" . }}-secret
{{- end }}

0 comments on commit 289db92

Please sign in to comment.