-
Notifications
You must be signed in to change notification settings - Fork 238
Closed
Labels
kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.
Description
Hello,
is it possible to change the location where the Webhooks are supposed to be deployed?
When installing the operator with the release YAML, I can change the location where the Webhook deployment and service are deployed.
However, the expected location (as indicated in the ValidatingWebhookConfiguration and MutatingWebhookConfiguration) is still hard-coded to tekton-operator / openshift-operators:
operator/cmd/openshift/webhook/kodata/validating-defaulting-webhook/500_webhooks.yaml
Line 29 in e4ca6e1
| namespace: openshift-operators |
operator/cmd/kubernetes/webhook/kodata/validating-defaulting-webhook/500-webhooks.yaml
Line 28 in e4ca6e1
| namespace: tekton-operator |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.