Skip retrieving listeners for pods that have a deletionTimestamp to avoid deadlock waiting for secret operator pvcs when the listeners have already been garbage collected #98
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # This file is automatically generated from the templates in stackabletech/operator-templating | |
| # DO NOT MANUALLY EDIT THIS FILE | |
| --- | |
| name: prek | |
| on: | |
| pull_request: | |
| merge_group: | |
| permissions: {} | |
| env: | |
| CARGO_TERM_COLOR: always | |
| NIX_PKG_MANAGER_VERSION: "2.33.3" | |
| RUST_TOOLCHAIN_VERSION: "nightly-2026-08-23" | |
| HADOLINT_VERSION: "v2.14.0" | |
| JINJA2_CLI_VERSION: "1.0.0" | |
| jobs: | |
| prek: | |
| runs-on: ubuntu-latest | |
| permissions: | |
| contents: read | |
| steps: | |
| - name: Install host dependencies | |
| uses: awalsh128/cache-apt-pkgs-action@553a35bb8ebd9fcabcb1c9451aa4c98e1b4ca8a9 # v1.6.3 | |
| with: | |
| packages: protobuf-compiler krb5-user libkrb5-dev libclang-dev liblzma-dev libssl-dev pkg-config apt-transport-https | |
| version: ubuntu-latest | |
| - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 | |
| with: | |
| persist-credentials: false | |
| submodules: recursive | |
| fetch-depth: 0 | |
| - uses: stackabletech/actions/run-prek@e8aed001d347bcf693e41b61f4098b0cb94b4ab6 # v0.18.0 | |
| with: | |
| rust: ${{ env.RUST_TOOLCHAIN_VERSION }} | |
| hadolint: ${{ env.HADOLINT_VERSION }} | |
| nix: ${{ env.NIX_PKG_MANAGER_VERSION }} | |
| nix-github-token: ${{ secrets.GITHUB_TOKEN }} | |
| jinja2-cli: ${{ env.JINJA2_CLI_VERSION }} |