Skip to content

feat: Since replicaCount is 2 by default, podDisruptionBudget.maxUnavailable: 1 also be set by default. #2960

feat: Since replicaCount is 2 by default, podDisruptionBudget.maxUnavailable: 1 also be set by default.

feat: Since replicaCount is 2 by default, podDisruptionBudget.maxUnavailable: 1 also be set by default. #2960

Workflow file for this run

name: Unit Test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.x
uses: actions/setup-go@v2
with:
go-version: ^1.15
- name: Check out code into the Go module directory
uses: actions/checkout@v2
- name: Run unit tests
run: |
sudo snap install yq
make test
- name: Codecov
uses: codecov/codecov-action@v1
with:
file: ./cover.out # optional