Skip to content

Commit cb9bf97

Browse files
authored
Merge pull request #38 from authzed/update-k8s-example
update kubernetes example and lint workflow
2 parents ad092b9 + 0de9145 commit cb9bf97

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.github/workflows/lint.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@ jobs:
1111
name: "Lint"
1212
runs-on: "ubuntu-latest"
1313
steps:
14-
- uses: "actions/checkout@v3"
14+
- uses: "actions/checkout@v4"
1515
- uses: "authzed/actions/yaml-lint@main"
16-
- uses: "instrumenta/kubeval-action@5915e4adba5adccac07cb156b82e54c3fed74921"
17-
with:
18-
files: "kubernetes"
16+
- name: "Set up Kubeconform"
17+
uses: "bmuschko/setup-kubeconform@v1"
18+
- name: "Validate manifests"
19+
run: "kubeconform -summary -verbose ./kubernetes"

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Examples in this repository include:
1818

1919
- How to set up SpiceDB with tracing: see [tracing](./tracing)
2020
- How to invoke SpiceDB as a library: see [library](./library)
21+
- How to run SpiceDB in a Kubernetes cluster: see [kubernetes](./kubernetes)
2122
- CI/CD Workflows
2223

2324
Have questions? Join our [Discord].

0 commit comments

Comments
 (0)