Sébastien Dejou
Sébastien Dejou
Hi, Dealing with resourceCustomizations is ok for all kind of objects. In my case, it is for ignoreDifferences. ``` resourceCustomizations: | apps/StatefulSet: ignoreDifferences: | jqPathExpressions: - '.metadata.labels."app.kubernetes.io/instance"' Service: ignoreDifferences: |...
Give the ability to add extraVolumes and extraVolumeMounts. Typically, on a cluster with nonRoot pods strategy (OpenShift), we have to change the dataDir, because it's owned by root (the random...
**Is your feature request related to a problem? Please describe.** When an update of the fluentd's configuration happens from another namespace, the fluentd worker process is restarted. (this way :...