Skip to content

Commit

Permalink
OLM: Conversion webhook is no longer needed (#1573)
Browse files Browse the repository at this point in the history
conversion not needed after removing tenant v1
  • Loading branch information
cniackz committed Apr 20, 2023
1 parent f3730ea commit b4accff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion olm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ for catalog in "${redhatCatalogs[@]}"; do
# the deployment name you set is "operator", and in CSV, there are two deployments 'console' and 'minio-operator'
# but there is no 'operator' option, without this change error is: "calculated deployment install is bad"
yq -i 'del(.spec.webhookdefinitions)' bundles/$catalog/$RELEASE/manifests/$package.clusterserviceversion.yaml
yq -i '.spec.conversion.webhook.clientConfig.service.name = "operator"' bundles/$catalog/$RELEASE/manifests/minio.min.io_tenants.yaml

# I get the update from engineering team, typically no user/group specification is made in a container image.
# Rather, the user spec (if there is one) is placed in the clusterserviceversion.yaml file as a RunAsUser clause.
Expand Down

0 comments on commit b4accff

Please sign in to comment.