Skip to content
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 0 additions & 13 deletions manifests/initializer.yaml

This file was deleted.

22 changes: 0 additions & 22 deletions manifests/namespace-rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,6 @@ rules:
resources: ["customresourcedefinitions"]
verbs: ["create", "delete", "get"]
---
kind: ClusterRole
apiVersion: rbac.authorization.k8s.io/v1
metadata:
name: storage-version-migration-initializer
rules:
- apiGroups: ["migration.k8s.io"]
resources: ["storageversionmigrations"]
verbs: ["create"]
---
kind: ClusterRoleBinding
apiVersion: rbac.authorization.k8s.io/v1
metadata:
Expand Down Expand Up @@ -71,16 +62,3 @@ roleRef:
kind: ClusterRole
name: storage-version-migration-crd-creator
apiGroup: rbac.authorization.k8s.io
---
kind: ClusterRoleBinding
apiVersion: rbac.authorization.k8s.io/v1
metadata:
name: storage-version-migration-initializer
subjects:
- kind: ServiceAccount
name: default
namespace: NAMESPACE
roleRef:
kind: ClusterRole
name: storage-version-migration-initializer
apiGroup: rbac.authorization.k8s.io
Loading