Skip to content

Commit

Permalink
fix!(lighthouse): Rename environmentVars to env
Browse files Browse the repository at this point in the history
  • Loading branch information
TwiN committed Mar 20, 2024
1 parent 6ab0b76 commit 03bfb0c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/lighthouse/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: lighthouse
version: 0.0.1
version: 1.0.0
description: Standalone monitoring system for your Kubernetes cluster
home: https://github.com/TwiN/lighthouse
maintainers:
Expand Down
2 changes: 1 addition & 1 deletion charts/lighthouse/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ spec:
image: {{ .Values.image.repository }}:{{ .Values.image.tag }}
imagePullPolicy: {{ .Values.image.pullPolicy }}
env:
{{- toYaml .Values.environmentVars | nindent 12 }}
{{- toYaml .Values.env | nindent 12 }}
2 changes: 1 addition & 1 deletion charts/lighthouse/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ image:
tag: v0.0.2
pullPolicy: IfNotPresent

environmentVars:
env:
- name: WEBHOOK_URL
value: ""

Expand Down

0 comments on commit 03bfb0c

Please sign in to comment.