Skip to content

Commit

Permalink
Merge pull request #5262 from XiShanYongYe-Chang/automated-cherry-pic…
Browse files Browse the repository at this point in the history
…k-of-#5252-upstream-release-1.10

Automated cherry pick of #5252: fix: `ClusterResourceBinding` scope in
  • Loading branch information
karmada-bot authored Jul 29, 2024
2 parents 71fa36a + 90c8eaf commit d467ca8
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 d467ca8

Please sign in to comment.