Skip to content

Commit 9c818af

Browse files
author
zone-zero
committed
added space at start of a few comments to satisfy linter
1 parent e3dcd8e commit 9c818af

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

charts/factorio-server-charts/values.yaml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -154,16 +154,15 @@ factorioServer:
154154
# lets the game know if you want to load the latest save
155155
load_latest_save: true
156156

157-
158157
import_save:
159-
#enable save importer
158+
# enable save importer
160159
enabled: true
161-
#url to download save from (http or https only).
162-
#if no url is specified, saves can still be manually imported by placing the file in "/factorio/save-importer/import"
160+
# url to download save from (http or https only).
161+
# if no url is specified, saves can still be manually imported by placing the file in "/factorio/save-importer/import"
163162
source_url: ""
164-
#reimport from the source_url if the checksum of the file changes
163+
# reimport from the source_url if the checksum of the file changes
165164
reimport_on_change: false
166-
#reimport from the source_url AND OVERWRITE PREVIOUS SAVE every time pod is initialized. good for demos or testing
165+
# reimport from the source_url AND OVERWRITE PREVIOUS SAVE every time pod is initialized. good for demos or testing
167166
reimport_every_time: false
168167

169168
## @param account.accountSecret Existing secret containing a valid factorio.com username and either a password or a token (or both)

0 commit comments

Comments
 (0)