Skip to content

K8SPSMDB-1553 fixed by preserving restartedAt annotation during StatefulSet recreate #4771

K8SPSMDB-1553 fixed by preserving restartedAt annotation during StatefulSet recreate

K8SPSMDB-1553 fixed by preserving restartedAt annotation during StatefulSet recreate #4771

Workflow file for this run

name: Run tests
on: [pull_request]
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version-file: go.mod
- name: run tests
run: make test