From 910bba3ce4260a7ad48f43927421459f6c928ab7 Mon Sep 17 00:00:00 2001 From: Ivan <61116326+Gridness@users.noreply.github.com> Date: Sun, 14 Sep 2025 21:54:52 +0300 Subject: [PATCH] Update README.md - Updated rev reference in example - Removed redundant field in example --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index f7ec544..e8a6f50 100644 --- a/README.md +++ b/README.md @@ -14,12 +14,11 @@ Integrate the Kubeseal Hook in Your Project ```yaml repos: - repo: https://github.com/Gridness/k8s-hooks - rev: 1.0 # or a specific tag/commit + rev: 2.0 # or a specific tag/commit hooks: - id: kubeseal-secrets # or any other script you wanna run args: # Specify args for the hook - '*secret*' - types: [file] ``` 2. Install pre-commit hooks: ```bash