diff --git a/.github/workflows/installation-chart.yaml b/.github/workflows/installation-chart.yaml index 1fbce580ae68..e96ae298c8c3 100644 --- a/.github/workflows/installation-chart.yaml +++ b/.github/workflows/installation-chart.yaml @@ -146,10 +146,36 @@ jobs: kubectl create clusterrolebinding karmada-bootstrap-csr \ --clusterrole=system:node-bootstrapper \ --group=system:bootstrappers - + + - name: Configure CSR Auto-Approval + run: | + export KUBECONFIG=$HOME/.kube/karmada.config + kubectl apply -f - <