add ingresses to operator role
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user