Skip to content

Commit

Permalink
fix: quote env var strings
Browse files Browse the repository at this point in the history
  • Loading branch information
henrywhitaker3 committed Jun 1, 2024
1 parent aca3e0e commit e0efcd9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,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: 1.3.13
version: 1.3.14
# 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
# follow Semantic Versioning. They should reflect the version the application is using.
Expand Down
4 changes: 2 additions & 2 deletions chart/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@ spec:
securityContext:
{{- toYaml .Values.vpn.securityContext | nindent 12 }}
env:
PUID: 911
PGID: 911
PUID: "911"
PGID: "911"
livenessProbe:
exec:
command:
Expand Down

0 comments on commit e0efcd9

Please sign in to comment.