diff --git a/infrastructure/ontime-dev-doks/ontime-operator/deploy.yaml b/infrastructure/ontime-dev-doks/ontime-operator/deploy.yaml index 9b1af21..fb3a463 100644 --- a/infrastructure/ontime-dev-doks/ontime-operator/deploy.yaml +++ b/infrastructure/ontime-dev-doks/ontime-operator/deploy.yaml @@ -118,6 +118,12 @@ rules: - secrets verbs: - '*' +- apiGroups: + - "" + resources: + - configmaps + verbs: + - '*' - apiGroups: - "" resources: @@ -353,8 +359,7 @@ spec: - --leader-elect - --leader-election-id=ontime-operator - --health-probe-bind-address=:8081 - image: git.jwetzell.com/jwetzell/ontime-operator:v1.6.2 - imagePullPolicy: Always + image: git.jwetzell.com/jwetzell/ontime-operator:v1.7.0 livenessProbe: httpGet: path: /healthz