Skip to content

Commit

Permalink
change exra env
Browse files Browse the repository at this point in the history
  • Loading branch information
devops-mher authored Feb 12, 2025
1 parent 031e73a commit eb785b8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion charts/backend/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: backend
description: Helm chart scaffolding for Backend applications.
type: application
version: 3.6.14
version: 3.6.15
appVersion: 1.3.0
2 changes: 1 addition & 1 deletion charts/frontend/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: frontend
description: A frontend Helm chart for Kubernetes
type: application
version: 3.6.14
version: 3.6.15
appVersion: "0.3.10"
7 changes: 2 additions & 5 deletions charts/frontend/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,9 @@ spec:
command:
{{ toYaml .Values.command | nindent 12 }}
{{- end }}
{{- if .Values.extraEnv }}
{{- with .Values.extraEnv }}
env:
{{- range $key, $value := .Values.extraEnv }}
- name: {{ $key | quote}}
value: {{ $value | quote }}
{{- end }}
{{- toYaml . | nindent 12 }}
{{- end }}
ports:
- name: http
Expand Down

0 comments on commit eb785b8

Please sign in to comment.