Skip to content

Commit

Permalink
Merge pull request #116 from UCLALibrary/SYS-1607/make_waves_env_fix
Browse files Browse the repository at this point in the history
Updated Chart to account for env var inconsistency
  • Loading branch information
kjallen authored May 3, 2024
2 parents 01286a4 + 53bf7ea commit 2969565
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
appVersion: "0.0.2"
description: Chart for Oral History Public-Facing App
name: oralhistory
version: 1.0.5
version: 1.0.6

# The `appVersion` is not a required field whereas `version` is required. If
# you’re making changes to a helm chart template file and/or the default values
Expand Down
4 changes: 3 additions & 1 deletion charts/templates/oral-history-env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@ metadata:
labels:
{{- include "chart.labels" . | nindent 4 }}
data:
{{ toYaml .Values.web.env | indent 2 }}
{{- range $k, $v := .Values.web.env }}
{{ $k }}: {{ $v | quote }}
{{- end }}

0 comments on commit 2969565

Please sign in to comment.