From 0de9145144acbe9d866b244419f91c1b7d0112d1 Mon Sep 17 00:00:00 2001 From: Maria Ines Parnisari Date: Tue, 24 Jun 2025 22:19:48 -0700 Subject: [PATCH] update kubernetes lint workflow --- .github/workflows/lint.yaml | 9 +++++---- README.md | 1 + 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 22cea01..37fab44 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -11,8 +11,9 @@ jobs: name: "Lint" runs-on: "ubuntu-latest" steps: - - uses: "actions/checkout@v3" + - uses: "actions/checkout@v4" - uses: "authzed/actions/yaml-lint@main" - - uses: "instrumenta/kubeval-action@5915e4adba5adccac07cb156b82e54c3fed74921" - with: - files: "kubernetes" + - name: "Set up Kubeconform" + uses: "bmuschko/setup-kubeconform@v1" + - name: "Validate manifests" + run: "kubeconform -summary -verbose ./kubernetes" diff --git a/README.md b/README.md index ad4897e..dd3855a 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ Examples in this repository include: - How to set up SpiceDB with tracing: see [tracing](./tracing) - How to invoke SpiceDB as a library: see [library](./library) +- How to run SpiceDB in a Kubernetes cluster: see [kubernetes](./kubernetes) - CI/CD Workflows Have questions? Join our [Discord].