-
Notifications
You must be signed in to change notification settings - Fork 55
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
Webhook Certificate not generated during OLM installation #1237
Comments
@stringang thank you for reporting this issue. Do you recall which version of OpenShift this occurred for you on? |
Is there a reason why the catalog source you provided is in the
I would suggest trying to see if things work as expected for you when adding the CatalogSource to the apiVersion: operators.coreos.com/v1alpha1
kind: CatalogSource
metadata:
name: devworkspace-operator-catalog
namespace: openshift-operators
spec:
displayName: DevWorkspace Operator Catalog
image: 'quay.io/devfile/devworkspace-operator-index:release'
publisher: Red Hat
sourceType: grpc
updateStrategy:
registryPoll:
interval: 5m When installing DWO from this CatalogSource, I saw that the |
@AObuchow install info: kind: OperatorGroup
apiVersion: operators.coreos.com/v1
metadata:
name: og-test
namespace: openshift-operators
spec: {}
---
apiVersion: operators.coreos.com/v1alpha1
kind: Subscription
metadata:
name: devworkspace-operator
namespace: openshift-operators
spec:
channel: fast
installPlanApproval: Automatic
name: devworkspace-operator
source: devworkspace-operator-catalog
sourceNamespace: openshift-operators
startingCSV: devworkspace-operator.v0.26.0 |
The webhook certificate should be automatically injected by After manually creating
|
Description
I encountered an issue while installing using OLM: not generate the Webhook server certificate.
DevWorkspace Operator:
v0.26.0
CatalogSource:
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 isdevworkspace-webhookserver-tls
.The text was updated successfully, but these errors were encountered: