We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 893375a commit 9b7f847Copy full SHA for 9b7f847
.github/workflows/consistency-check.yaml
@@ -154,5 +154,4 @@ jobs:
154
155
- name: Check rbac configuration
156
run: |
157
- cd helm-chart/script/
158
- pytest -s
+ pytest -s scripts/rbac_test.py
helm-chart/script/rbac_test.py scripts/rbac_test.py
@@ -8,7 +8,7 @@
8
import jsonpatch
9
10
11
-REPO_ROOT = Path(__file__).absolute().parent.parent.parent
+REPO_ROOT = Path(__file__).absolute().parent.parent
12
13
14
def generate_config_patch(config):
0 commit comments