Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug 1989456: Remove ServiceAccount sriov-network-operator from operator bundle #550

Merged
merged 1 commit into from Aug 6, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion bundle.Dockerfile
Expand Up @@ -6,7 +6,7 @@ LABEL operators.operatorframework.io.bundle.manifests.v1=manifests/
LABEL operators.operatorframework.io.bundle.metadata.v1=metadata/
LABEL operators.operatorframework.io.bundle.package.v1=sriov-network-operator
LABEL operators.operatorframework.io.bundle.channels.v1=alpha
LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.8.0+git
LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.9.0+git
LABEL operators.operatorframework.io.metrics.mediatype.v1=metrics+v1
LABEL operators.operatorframework.io.metrics.project_layout=go.kubebuilder.io/v3

Expand Down
Expand Up @@ -106,7 +106,7 @@ metadata:
olm.skipRange: '>=4.3.0-0 <4.9.0'
operatorframework.io/suggested-namespace: openshift-sriov-network-operator
operators.openshift.io/infrastructure-features: '["disconnected", "cni"]'
operators.operatorframework.io/builder: operator-sdk-v1.8.0+git
operators.operatorframework.io/builder: operator-sdk-v1.9.0+git
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
repository: https://github.com/k8snetworkplumbingwg/sriov-network-operator
support: Red Hat
Expand Down

This file was deleted.

2 changes: 1 addition & 1 deletion bundle/metadata/annotations.yaml
Expand Up @@ -5,7 +5,7 @@ annotations:
operators.operatorframework.io.bundle.metadata.v1: metadata/
operators.operatorframework.io.bundle.package.v1: sriov-network-operator
operators.operatorframework.io.bundle.channels.v1: alpha
operators.operatorframework.io.metrics.builder: operator-sdk-v1.8.0+git
operators.operatorframework.io.metrics.builder: operator-sdk-v1.9.0+git
operators.operatorframework.io.metrics.mediatype.v1: metrics+v1
operators.operatorframework.io.metrics.project_layout: go.kubebuilder.io/v3

Expand Down
2 changes: 1 addition & 1 deletion config/rbac/kustomization.yaml
Expand Up @@ -4,7 +4,6 @@ resources:
# if your manager will use a service account that exists at
# runtime. Be sure to update RoleBinding and ClusterRoleBinding
# subjects if changing service account names.
- service_account.yaml
- role.yaml
- role_binding.yaml
- clusterrole.yaml
Expand All @@ -16,6 +15,7 @@ resources:
- sriov-network-config-daemon_role_binding.yaml
- sriov-network-config-daemon_clusterrole.yaml
- sriov-network-config-daemon_clusterrole_binding.yaml
- sriov-network-config-daemon_service_account.yaml
# Comment the following 4 lines if you want to disable
# the auth proxy (https://github.com/brancz/kube-rbac-proxy)
# which protects your /metrics endpoint.
Expand Down
4 changes: 0 additions & 4 deletions config/rbac/service_account.yaml

This file was deleted.

Expand Up @@ -106,7 +106,7 @@ metadata:
olm.skipRange: '>=4.3.0-0 <4.9.0'
operatorframework.io/suggested-namespace: openshift-sriov-network-operator
operators.openshift.io/infrastructure-features: '["disconnected", "cni"]'
operators.operatorframework.io/builder: operator-sdk-v1.8.0+git
operators.operatorframework.io/builder: operator-sdk-v1.9.0+git
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
repository: https://github.com/k8snetworkplumbingwg/sriov-network-operator
support: Red Hat
Expand Down
5 changes: 0 additions & 5 deletions manifests/4.9/sriov-network-operator_v1_serviceaccount.yaml

This file was deleted.