stakater / IngressMonitorController

A Kubernetes controller to watch ingresses and create liveness alerts for your apps/microservices in UptimeRobot, StatusCake, Pingdom, etc. – [✩Star] if you're using it!
https://stakater.com
Apache License 2.0
599 stars 104 forks source link

fix(helm): add missing keys for securityContexts #504

Closed yanehi closed 1 year ago

yanehi commented 1 year ago

Problem

In the values you can set the securityContext on container level, but the corresponding key is missing in the deployment.

The setting of the securityContext for the kube-rbac-proxy container has also been added.

Solution

Optionally, the securityCotext for the manager and kube-rbac-proxy container can be set.

github-actions[bot] commented 1 year ago

@yanehi Image is available for testing. docker pull stakater/ingressmonitorcontroller:SNAPSHOT-PR-504-999516eb

MuneebAijaz commented 1 year ago

hi @yanehi , thanks for the PR, i will test this soon and will try to resolve why tests are failing.