From adf9fa248cfdb171a6455fb6286a9e48db297597 Mon Sep 17 00:00:00 2001 From: Steve Hipwell Date: Wed, 3 Nov 2021 16:56:10 +0000 Subject: [PATCH] Remove branch protection for ed & ms chart publish Signed-off-by: Steve Hipwell --- config/prow/config.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/config/prow/config.yaml b/config/prow/config.yaml index ec634f7bd3c4..8423d7d669da 100644 --- a/config/prow/config.yaml +++ b/config/prow/config.yaml @@ -467,6 +467,10 @@ branch-protection: branches: gh-pages: protect: false + external-dns: + branches: + gh-pages: + protect: false kube-batch: required_status_checks: contexts: @@ -475,6 +479,10 @@ branch-protection: required_status_checks: contexts: - Kubespray CI Pipeline + metrics-server: + branches: + gh-pages: + protect: false nfs-ganesha-server-and-external-provisioner: branches: gh-pages: