Skip to content

Commit ef380c4

Browse files
committed
#491 Readme: Add OpenShift 4.13 runAsUser unset part
1 parent 2bdb469 commit ef380c4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,8 @@ You can enable to scrape Reloader's Prometheus metrics by setting `serviceMonito
317317
| reloadOnCreate | Enable reload on create events. Valid value are either `true` or `false` | boolean |
318318
| syncAfterRestart | Enable sync after Reloader restarts for **Add** events, works only when reloadOnCreate is `true`. Valid value are either `true` or `false` | boolean |
319319

320+
**isOpenShift** Recent versions of OpenShift (tested on 4.13.3) require the specified user to be in an uid range which is dynamically assigned by the namespace. The solution is to unset the runAsUser variable via ``deployment.securityContext.runAsUser=null`` and let OpenShift assign it at install.
321+
320322
**ReloadOnCreate** reloadOnCreate controls how Reloader handles secrets being added to the cache for the first time. If reloadOnCreate is set to true:
321323

322324
- Configmaps/secrets being added to the cache will cause Reloader to perform a rolling update of the associated workload.

0 commit comments

Comments
 (0)