Skip to content

Commit eda0c6a

Browse files
committed
remove rolebindingrestriction CRD from payload
so that it can be managed by the cluster-authentication-operator instead of cluster-version-operator. This enables the cluster-authentication-operator to remove the CRD from the cluster when OIDC authentication is configured. Signed-off-by: Bryce Palmer <[email protected]>
1 parent cb94c55 commit eda0c6a

File tree

2 files changed

+1
-226
lines changed

2 files changed

+1
-226
lines changed

hack/update-payload-crds.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
source "$(dirname "${BASH_SOURCE}")/lib/init.sh"
44

55
crd_globs="\
6-
authorization/v1/zz_generated.crd-manifests/*_config-operator_*.crd*yaml\
6+
config/v1/zz_generated.crd-manifests/*_config-operator_*.crd*yaml\
77
machine/v1/zz_generated.crd-manifests/*.crd*yaml\
88
operator/v1/zz_generated.crd-manifests//*_config-operator_*.crd*yaml\
99
operator/v1alpha1/zz_generated.crd-manifests//*_config-operator_*.crd*yaml\

payload-manifests/crds/0000_03_config-operator_01_rolebindingrestrictions.crd.yaml

Lines changed: 0 additions & 225 deletions
This file was deleted.

0 commit comments

Comments
 (0)