Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
feat: add env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianr6 committed Jan 18, 2024
1 parent 8812b96 commit 9c6b789
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/analytics/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ apiVersion: v1
appVersion: "1.0"
description: A Helm chart for Kubernetes
name: analytics
version: 0.1.2
version: 0.1.3
2 changes: 2 additions & 0 deletions charts/analytics/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ spec:
name: config
- mountPath: /var/www/html
name: html-files
env:
{{- toYaml .Values.env | nindent 12 }}
- name: {{ .Chart.Name }}
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
Expand Down

0 comments on commit 9c6b789

Please sign in to comment.