Skip to content

Commit a4aa532

Browse files
committed
Include finializers for functions for OpenShift in operator RBAC
Fixes: #807 Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent dd00b8b commit a4aa532

17 files changed

+537
-513
lines changed

chart/openfaas/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
type: application
33
description: OpenFaaS - Serverless Functions Made Simple
44
name: openfaas
5-
version: 14.2.51
5+
version: 14.2.52
66
sources:
77
- https://github.com/openfaas/faas
88
- https://github.com/openfaas/faas-netes

chart/openfaas/templates/ingress-operator-rbac.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ metadata:
2727
release: {{ .Release.Name }}
2828
rules:
2929
- apiGroups: ["openfaas.com"]
30-
resources: ["functioningresses"]
30+
resources: ["functioningresses", "functioningresses/status", "functioningresses/finalizers"]
3131
verbs: ["get", "list", "watch", "create", "update", "patch", "delete"]
3232
- apiGroups: ["extensions", "networking.k8s.io"]
3333
resources: ["ingresses"]

chart/openfaas/templates/operator-rbac.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ metadata:
2727
release: {{ .Release.Name }}
2828
rules:
2929
- apiGroups: ["openfaas.com"]
30-
resources: ["functions", "functions/status"]
30+
resources: ["functions", "functions/status", "functions/finalizers"]
3131
verbs: ["get", "list", "watch", "create", "update", "patch", "delete"]
3232
- apiGroups: [""]
3333
resources: ["events"]
@@ -177,7 +177,7 @@ metadata:
177177
release: {{ .Release.Name }}
178178
rules:
179179
- apiGroups: ["openfaas.com"]
180-
resources: ["functions", "functions/status"]
180+
resources: ["functions", "functions/status", "functions/finalizers"]
181181
verbs: ["get", "list", "watch", "create", "update", "patch", "delete"]
182182
- apiGroups: ["openfaas.com"]
183183
resources: ["profiles"]

docs/cron-connector-0.6.10.tgz

1 Byte
Binary file not shown.

docs/federated-gateway-0.1.0.tgz

0 Bytes
Binary file not shown.

docs/index.yaml

+531-507
Large diffs are not rendered by default.

docs/kafka-connector-0.7.10.tgz

1 Byte
Binary file not shown.

docs/mqtt-connector-0.4.7.tgz

0 Bytes
Binary file not shown.

docs/nats-connector-0.3.2.tgz

0 Bytes
Binary file not shown.

docs/openfaas-14.2.52.tgz

59.9 KB
Binary file not shown.

docs/postgres-connector-0.1.1.tgz

0 Bytes
Binary file not shown.

docs/pro-builder-0.4.14.tgz

1 Byte
Binary file not shown.

docs/queue-worker-0.2.8.tgz

0 Bytes
Binary file not shown.

docs/sns-connector-0.1.3.tgz

1 Byte
Binary file not shown.

docs/sqs-connector-0.2.6.tgz

0 Bytes
Binary file not shown.

yaml/alertmanager-dep.yml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

yaml/prometheus-dep.yml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)