fix: `ClusterResourceBinding` scope in `MutatingWebhookConfiguration`
Signed-off-by: Amir Alavi <amiralavi7@gmail.com>
This commit is contained in:
parent
4ba18c12ed
commit
2530ab9b88
|
@ -72,7 +72,7 @@ webhooks:
|
|||
apiGroups: ["work.karmada.io"]
|
||||
apiVersions: ["*"]
|
||||
resources: ["clusterresourcebindings"]
|
||||
scope: "Namespaced"
|
||||
scope: "Cluster"
|
||||
clientConfig:
|
||||
url: https://{{ $name }}-webhook.{{ $namespace }}.svc:443/mutate-clusterresourcebinding
|
||||
{{- include "karmada.webhook.caBundle" . | nindent 6 }}
|
||||
|
|
Loading…
Reference in New Issue