Commit ffc9be9
committed
Configure securityContext for AlertManager statefulset.
AlertManager became a non-root image some time ago. Since in StatefulSet
variant it writes some state to an external PV, which is usually
ext4-formatted and root-owned, this prevents AM from writing to the PV.
Prometheus had a similar issue which has been resolved by adding
`securityContext` to the StatefulSet in
#244; let's do the same for
AlertManager.
Signed-off-by: Milan Plzik <[email protected]>1 parent fbff57b commit ffc9be9
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
153 | 156 | | |
154 | 157 | | |
155 | 158 | | |
| |||
0 commit comments