Skip to content

Commit 0f6b823

Browse files
authored
uncomment default param for rolloutDeploymentsMapping (#138)
* uncomment default param for rolloutDeploymentsMapping * fix linting problem 376:8 error missing starting space in comment (comments)
1 parent 5942d1e commit 0f6b823

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

values.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -373,9 +373,9 @@ georchestra:
373373
pollInterval: 30
374374
tolerations: []
375375
# when using wildcard, you need to use "", otherwise it's not necessary
376-
rolloutDeploymentsMapping:
377-
"*":
378-
- geoserver
376+
# rolloutDeploymentsMapping:
377+
# "*":
378+
# - geoserver
379379
# registry_secret: default
380380

381381
fqdn: "georchestra-127-0-1-1.traefik.me"

0 commit comments

Comments
 (0)