From c0fc90210b267f0ab681bbdc23f89aec660e0038 Mon Sep 17 00:00:00 2001 From: Chao Dai Date: Thu, 9 Sep 2021 09:21:23 -0700 Subject: [PATCH] Fix cherrypicker by explicitly set SA to be empty https://github.com/kubernetes/test-infra/issues/23527 --- config/prow/cluster/cherrypicker_deployment.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/prow/cluster/cherrypicker_deployment.yaml b/config/prow/cluster/cherrypicker_deployment.yaml index 6f7cf4597a36..2007360ffffc 100644 --- a/config/prow/cluster/cherrypicker_deployment.yaml +++ b/config/prow/cluster/cherrypicker_deployment.yaml @@ -34,6 +34,8 @@ spec: labels: app: cherrypicker spec: + serviceAccountName: "" + serviceAccount: "" terminationGracePeriodSeconds: 180 containers: - name: cherrypicker