Skip to content

Commit 1c500f8

Browse files
authored
Merge pull request #787 from secureCodeBox/fix/update-field-docs
Fix Outdated Example in Update Field Hook Docs
2 parents aaff91c + 20c202a commit 1c500f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hooks/update-field/.helm-docs.gotmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ usecase: "Updates fields in finding results."
3333
Installing the _Update Field_ hook will add a ReadAndWrite Hook to your namespace, which can be used to add or update fields from your findings.
3434

3535
```bash
36-
helm upgrade --install ufh secureCodeBox/update-field --set attribute.name="category" --set attribute.value="my-own-category"
36+
helm upgrade --install ufh secureCodeBox/update-field-hook --set attribute.name="category" --set attribute.value="my-own-category"
3737
```
3838
> ✍ This documentation is currently work-in-progress.
3939
{{- end }}

hooks/update-field/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Kubernetes: `>=v1.11.0-0`
5252
Installing the _Update Field_ hook will add a ReadAndWrite Hook to your namespace, which can be used to add or update fields from your findings.
5353

5454
```bash
55-
helm upgrade --install ufh secureCodeBox/update-field --set attribute.name="category" --set attribute.value="my-own-category"
55+
helm upgrade --install ufh secureCodeBox/update-field-hook --set attribute.name="category" --set attribute.value="my-own-category"
5656
```
5757
> ✍ This documentation is currently work-in-progress.
5858

0 commit comments

Comments
 (0)