Skip to content

Webhook Certificate not generated during OLM installation #1237

Open
@stringang

Description

@stringang

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions