Skip to content

Commit

Permalink
don't force-set user/pass
Browse files Browse the repository at this point in the history
Signed-off-by: David Young <davidy@funkypenguin.co.nz>
  • Loading branch information
funkypenguin committed Dec 4, 2023
1 parent 16147eb commit e588d0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/other/myprecious/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: 1.0.2525-pre-02
version: 1.0.2525-pre-03

# 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: 1 addition & 1 deletion charts/other/myprecious/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6869,7 +6869,7 @@ syncthing:
if [ ! -f /config/config.xml ]
then
# We are generating a new config
syncthing generate --config=/config --no-default-folder --gui-user=admin --gui-password=password
syncthing generate --config=/config --no-default-folder
fi
# Apply the port every time (incase the user changes it and reboots)
Expand Down

0 comments on commit e588d0a

Please sign in to comment.