Skip to content

Commit

Permalink
Add env support for transfer-sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ByteExceptionM committed Apr 19, 2024
1 parent 531a76d commit 12441f7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/transfer-sh/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.0
version: 0.1.1

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
2 changes: 2 additions & 0 deletions charts/transfer-sh/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ spec:
{{- with .Values.volumeMounts }}
volumeMounts:
{{- toYaml . | nindent 12 }}
env:
{{- toYaml .Values.env | nindent 12 }}
{{- end }}
{{- with .Values.volumes }}
volumes:
Expand Down
2 changes: 2 additions & 0 deletions charts/transfer-sh/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""

env: []

serviceAccount:
# Specifies whether a service account should be created
create: true
Expand Down

0 comments on commit 12441f7

Please sign in to comment.