Sathish
Sathish
While running **_kubectl get nodes --kubeconfig admin.kubeconfig_** , i could see 2 of worker nodes. NAME STATUS ROLES AGE VERSION node01 Ready 11m v1.28.0 node02 Ready 35s v1.28.0 How can...
Is there any OR or AND option available for required status. I've been working on different branches. Bulldozer bot should detect the required status according to the branches. ``` version:...
Hi, I have below policy with changed files path & ignore. Here i have defined every folders in the repo except backend and frontend folder changes. In future, there may...
Hi, Is it possible to add multiple policy based on branches? I have 2 branches, main and develop, on raising PR from feature/* against it should perform some validation and...