Skip to content

Commit 65b0cb6

Browse files
committed
fix: update Cerbos Hub config to correct workDir format
- Replace `workDir` with `git.workDir` in `.cerbos-hub.yaml` for proper configuration - Ensure alignment with Cerbos Hub GitOps integration requirements
1 parent c040926 commit 65b0cb6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.cerbos-hub.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
# This connects the repository to Cerbos Hub for GitOps policy management
33
---
44
apiVersion: api.cerbos.cloud/v1
5-
workDir: cerbos/policies
5+
git:
6+
workDir: cerbos
67
labels:
78
latest: # 'latest' label pointing to the HEAD of the main branch
89
branch: main

0 commit comments

Comments
 (0)