fix typo (#47)

This commit is contained in:
Ziming Miao
2019-01-30 13:38:23 +08:00
committed by Ahmad Iqbal Ali
parent b637e33d9d
commit 0558fc3723
2 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
# How it works?
Reloader watches for `ConfigMap` and `Secret` and detects if there are changes in data of these objects. After change detection reloader performs rolling upgrade on relevant Pods via associated `Deployment`, `Deamonset` and `Statefulset`.
Reloader watches for `ConfigMap` and `Secret` and detects if there are changes in data of these objects. After change detection reloader performs rolling upgrade on relevant Pods via associated `Deployment`, `Daemonset` and `Statefulset`.
## How change detection works