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"]
|
apiGroups: ["work.karmada.io"]
|
||||||
apiVersions: ["*"]
|
apiVersions: ["*"]
|
||||||
resources: ["clusterresourcebindings"]
|
resources: ["clusterresourcebindings"]
|
||||||
scope: "Namespaced"
|
scope: "Cluster"
|
||||||
clientConfig:
|
clientConfig:
|
||||||
url: https://{{ $name }}-webhook.{{ $namespace }}.svc:443/mutate-clusterresourcebinding
|
url: https://{{ $name }}-webhook.{{ $namespace }}.svc:443/mutate-clusterresourcebinding
|
||||||
{{- include "karmada.webhook.caBundle" . | nindent 6 }}
|
{{- include "karmada.webhook.caBundle" . | nindent 6 }}
|
||||||
|
|
Loading…
Reference in New Issue