Skip to content

Commit

Permalink
feature reload-on-delete removed from doc
Browse files Browse the repository at this point in the history
  • Loading branch information
deschmih committed Jul 8, 2024
1 parent 074a42d commit cda9fa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ helm uninstall {{RELEASE_NAME}} -n {{NAMESPACE}}
- If `reloadOnCreate` is set to false:
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
1. In the worst case the window in which there can be no leader is 15s as this is the LeaseDuration
- By default, `reloadOnCreate`, `reloadOnDelete` and `syncAfterRestart` are all set to false. All need to be enabled explicitly
- By default, `reloadOnCreate` and `syncAfterRestart` are both set to false. Both need to be enabled explicitly

## Help

Expand Down

0 comments on commit cda9fa9

Please sign in to comment.