Open
Description
Description
I encountered an issue while installing using OLM: not generate the Webhook server certificate.
DevWorkspace Operator: v0.26.0
CatalogSource:
apiVersion: operators.coreos.com/v1alpha1
kind: CatalogSource
metadata:
name: devworkspace-operator-catalog
namespace: olm
spec:
displayName: DevWorkspace Operator Catalog
image: 'quay.io/devfile/devworkspace-operator-index:release'
publisher: Red Hat
sourceType: grpc
updateStrategy:
registryPoll:
interval: 5m
update:
the generated certificate file name does not correspond to the file configured in the environment variable. The generated secret name is devworkspace-controller-manager-service-cert
, while the environment variable is devworkspace-webhookserver-tls
.