1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-04-16 09:16:24 +00:00
kyverno/charts/kyverno/templates/admission-controller
siddharth a89860e8ab
fix: update kyverno admission-controller role to have delete verb for… (#7527)
* fix: update kyverno admission-controller role to have delete verb for secret

Kyverno stopped working due to the following error:
```
tls "msg"="failed to delete CA secret" "error"="secrets \"kyverno-svc.kyverno.svc.kyverno-tls-ca\" is forbidden: User \"system:serviceaccount:kyverno:kyverno-admission-controller\
```
I'm still not sure why it tries to delete the secret.

Signed-off-by: siddharth <sedflix@gmail.com>

* add codegen-manifest-all

---------

Signed-off-by: siddharth <sedflix@gmail.com>
Co-authored-by: shuting <shuting@nirmata.com>
2023-06-15 09:39:52 +00:00
..
_helpers.tpl fix: do not use release name in chart (#7303) 2023-05-26 11:01:48 +00:00
clusterrole.yaml feat: new access checks for background policies (#6970) 2023-04-24 10:31:42 +00:00
clusterrolebinding.yaml refactor: helm admission controller rbac config (#6582) 2023-03-15 15:55:06 +00:00
deployment.yaml fix: image pull secrets in admission controller (#7474) 2023-06-09 16:20:19 +08:00
flowschema.yaml feat: add API server priority and fairness configuration for kyverno (#7468) 2023-06-14 15:19:36 +02:00
networkpolicy.yaml refactor: helm chart network policies (#6599) 2023-03-16 14:14:39 +00:00
poddisruptionbudget.yaml refactor: helm admission controller config (#6454) 2023-03-02 22:56:13 +08:00
prioritylevelconfiguration.yaml feat: add API server priority and fairness configuration for kyverno (#7468) 2023-06-14 15:19:36 +02:00
role.yaml fix: update kyverno admission-controller role to have delete verb for… (#7527) 2023-06-15 09:39:52 +00:00
rolebinding.yaml refactor: helm admission controller rbac config (#6582) 2023-03-15 15:55:06 +00:00
secret.yaml refactor: helm admission controller config (#6457) 2023-03-03 00:23:22 +08:00
service.yaml refactor: helm admission controller config (#6474) 2023-03-06 08:25:28 +00:00
serviceaccount.yaml refactor: helm admission controller rbac config (#6582) 2023-03-15 15:55:06 +00:00
servicemonitor.yaml refactor: helm admission controller config (#6460) 2023-03-03 12:24:32 +08:00