Skip to content

Commit cda9fa9

Browse files
committedJul 8, 2024·
feature reload-on-delete removed from doc
1 parent 074a42d commit cda9fa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ helm uninstall {{RELEASE_NAME}} -n {{NAMESPACE}}
392392
- If `reloadOnCreate` is set to false:
393393
1. Updates to configmaps/secrets that occur while there is no leader will not be picked up by the new leader until a subsequent update of the configmap/secret occurs
394394
1. In the worst case the window in which there can be no leader is 15s as this is the LeaseDuration
395-
- By default, `reloadOnCreate`, `reloadOnDelete` and `syncAfterRestart` are all set to false. All need to be enabled explicitly
395+
- By default, `reloadOnCreate` and `syncAfterRestart` are both set to false. Both need to be enabled explicitly
396396

397397
## Help
398398

0 commit comments

Comments
 (0)
Please sign in to comment.