Skip to content

Commit

Permalink
fix: ClusterResourceBinding scope in MutatingWebhookConfiguration
Browse files Browse the repository at this point in the history
Signed-off-by: Amir Alavi <amiralavi7@gmail.com>
  • Loading branch information
a7i authored and XiShanYongYe-Chang committed Jul 27, 2024
1 parent 71fa36a commit 90c8eaf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 90c8eaf

Please sign in to comment.