Skip to content

Commit

Permalink
fix: indentation of multi-line vpn.before
Browse files Browse the repository at this point in the history
  • Loading branch information
henrywhitaker3 committed Apr 26, 2024
1 parent b826ce0 commit 4d3f029
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
values.test.yaml
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.10
version: 1.3.11
# 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
2 changes: 1 addition & 1 deletion chart/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ spec:
- -c
- |
{{- if ne .Values.vpn.before "" }}
{{ .Values.vpn.before }}
{{- .Values.vpn.before | nindent 14 }}
{{- end }}
echo Copying config file to shared volume
cp /wg/wg0.conf /config/wg0.conf
Expand Down

0 comments on commit 4d3f029

Please sign in to comment.