Skip to content

Commit

Permalink
Merge pull request #462 from tkashem/flowschema
Browse files Browse the repository at this point in the history
flowschema for etcd operator traffic
  • Loading branch information
openshift-merge-robot committed Oct 5, 2020
2 parents 3c9d46e + 272fc26 commit 3945354
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions manifests/0000_12_etcd-operator_10_flowschema.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
apiVersion: flowcontrol.apiserver.k8s.io/v1alpha1
kind: FlowSchema
metadata:
name: openshift-etcd-operator
spec:
distinguisherMethod:
type: ByUser
matchingPrecedence: 2000
priorityLevelConfiguration:
name: openshift-control-plane-operators
rules:
- resourceRules:
- apiGroups:
- '*'
clusterScope: true
namespaces:
- '*'
resources:
- '*'
verbs:
- '*'
subjects:
- kind: ServiceAccount
serviceAccount:
name: etcd-operator
namespace: openshift-etcd-operator

0 comments on commit 3945354

Please sign in to comment.