Skip to content

Commit 3f49abe

Browse files
committed
feature "reload-on-delete" documented in README.md
1 parent 070355e commit 3f49abe

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
@@ -390,7 +390,7 @@ helm uninstall {{RELEASE_NAME}} -n {{NAMESPACE}}
390390
1. When applications are deployed for the first time, Reloader will perform a rolling update of the associated workload
391391
1. If you are running Reloader in HA mode all workloads will have a rolling update performed when a new leader is elected
392392
- `reloadOnDelete` controls how Reloader handles secrets being deleted. If `reloadOnDelete` is set to true:
393-
1. Configmaps/secrets being deleted will cause Reloader to perform a rolling update of the associated workload- `serviceMonitor` will be removed in future releases of Reloader in favour of Pod monitor
393+
1. Configmaps/secrets being deleted will cause Reloader to perform a rolling update of the associated workload
394394
- `serviceMonitor` will be removed in future releases of Reloader in favour of Pod monitor
395395
- If `reloadOnCreate` is set to false:
396396
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

0 commit comments

Comments
 (0)