add ingresses to operator role
This commit is contained in:
@@ -151,6 +151,12 @@ rules:
|
|||||||
- deployments
|
- deployments
|
||||||
verbs:
|
verbs:
|
||||||
- '*'
|
- '*'
|
||||||
|
- apiGroups:
|
||||||
|
- networking.k8s.io
|
||||||
|
resources:
|
||||||
|
- ingresses
|
||||||
|
verbs:
|
||||||
|
- '*'
|
||||||
---
|
---
|
||||||
apiVersion: rbac.authorization.k8s.io/v1
|
apiVersion: rbac.authorization.k8s.io/v1
|
||||||
kind: ClusterRole
|
kind: ClusterRole
|
||||||
@@ -347,7 +353,7 @@ spec:
|
|||||||
- --leader-elect
|
- --leader-elect
|
||||||
- --leader-election-id=ontime-operator
|
- --leader-election-id=ontime-operator
|
||||||
- --health-probe-bind-address=:8081
|
- --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:
|
livenessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /healthz
|
path: /healthz
|
||||||
|
|||||||
Reference in New Issue
Block a user