Skip to content

Commit

Permalink
UPSTREAM: <carry>: Update 4.11 CSV file after rebase
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Stäbler <cstabler@redhat.com>
(cherry picked from commit 36e01dc)
(cherry picked from commit 274a108)
(cherry picked from commit 83f5854)
(cherry picked from commit c05f5ca)
(cherry picked from commit e49203d)
Signed-off-by: Douglas Schilling Landgraf <dougsland@redhat.com>
(cherry picked from commit e4bc761)
Signed-off-by: Douglas Schilling Landgraf <dougsland@redhat.com>
(cherry picked from commit 95f9e9c)
Signed-off-by: Douglas Schilling Landgraf <dougsland@redhat.com>
(cherry picked from commit 7343a70)
Signed-off-by: Douglas Schilling Landgraf <dougsland@redhat.com>
(cherry picked from commit 2e8240a)
Signed-off-by: Mat Kowalski <mko@redhat.com>
  • Loading branch information
creydr authored and mkowalski committed Jun 21, 2023
1 parent 7951659 commit 4e0d9fe
Showing 1 changed file with 40 additions and 31 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,24 +49,36 @@ spec:
clusterPermissions:
- rules:
- apiGroups:
- admissionregistration.k8s.io
- ""
resources:
- mutatingwebhookconfigurations
- configmaps
- endpoints
- events
- persistentvolumeclaims
- pods
- secrets
- services
verbs:
- '*'
- apiGroups:
- rbac.authorization.k8s.io
- ""
resources:
- clusterroles
- clusterrolebindings
- rolebindings
- roles
- configmaps
- namespaces
- serviceaccounts
verbs:
- '*'
- apiGroups:
- nmstate.io
- ""
resources:
- '*'
- nodes
verbs:
- get
- list
- apiGroups:
- admissionregistration.k8s.io
resources:
- mutatingwebhookconfigurations
verbs:
- '*'
- apiGroups:
Expand All @@ -78,18 +90,25 @@ spec:
- apiGroups:
- apps
resources:
- deployments
- daemonsets
- deployments
- replicasets
- statefulsets
verbs:
- '*'
- apiGroups:
- ""
- nmstate.io
resources:
- serviceaccounts
- configmaps
- namespaces
- '*'
verbs:
- '*'
- apiGroups:
- rbac.authorization.k8s.io
resources:
- clusterrolebindings
- clusterroles
- rolebindings
- roles
verbs:
- '*'
- apiGroups:
Expand All @@ -102,9 +121,9 @@ spec:
- privileged
serviceAccountName: nmstate-operator
deployments:
- name: nmstate-operator
label:
- label:
app: kubernetes-nmstate-operator
name: nmstate-operator
spec:
replicas: 1
selector:
Expand All @@ -118,7 +137,9 @@ spec:
name: kubernetes-nmstate-operator
spec:
containers:
- command:
- args:
- --zap-time-encoding=iso8601
command:
- manager
env:
- name: WATCH_NAMESPACE
Expand All @@ -141,7 +162,7 @@ spec:
image: quay.io/openshift/origin-kubernetes-nmstate-operator:4.11
imagePullPolicy: Always
name: nmstate-operator
resources:
resources:
requests:
cpu: 60m
memory: 30Mi
Expand All @@ -155,23 +176,11 @@ spec:
operator: Exists
permissions:
- rules:
- apiGroups:
- ""
resources:
- services
- endpoints
- persistentvolumeclaims
- events
- configmaps
- secrets
- pods
verbs:
- '*'
- apiGroups:
- apps
resources:
- deployments
- daemonsets
- deployments
- replicasets
- statefulsets
verbs:
Expand Down

0 comments on commit 4e0d9fe

Please sign in to comment.