add ingresses to operator role

This commit is contained in:
2025-10-26 13:38:30 -05:00
parent 049784fa48
commit 8ddd346b63

View File

@@ -151,6 +151,12 @@ rules:
- deployments
verbs:
- '*'
- apiGroups:
- networking.k8s.io
resources:
- ingresses
verbs:
- '*'
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
@@ -347,7 +353,7 @@ spec:
- --leader-elect
- --leader-election-id=ontime-operator
- --health-probe-bind-address=:8081
image: git.jwetzell.com/jwetzell/ontime-operator:v0.0.1
image: git.jwetzell.com/jwetzell/ontime-operator:v0.0.2
livenessProbe:
httpGet:
path: /healthz