diff --git a/hooks/update-field/.helm-docs.gotmpl b/hooks/update-field/.helm-docs.gotmpl index 2ebf217924..3bc5deb7f4 100644 --- a/hooks/update-field/.helm-docs.gotmpl +++ b/hooks/update-field/.helm-docs.gotmpl @@ -33,7 +33,7 @@ usecase: "Updates fields in finding results." 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. ```bash -helm upgrade --install ufh secureCodeBox/update-field --set attribute.name="category" --set attribute.value="my-own-category" +helm upgrade --install ufh secureCodeBox/update-field-hook --set attribute.name="category" --set attribute.value="my-own-category" ``` > ✍ This documentation is currently work-in-progress. {{- end }} diff --git a/hooks/update-field/README.md b/hooks/update-field/README.md index 56746b6516..714d428014 100644 --- a/hooks/update-field/README.md +++ b/hooks/update-field/README.md @@ -52,7 +52,7 @@ Kubernetes: `>=v1.11.0-0` 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. ```bash -helm upgrade --install ufh secureCodeBox/update-field --set attribute.name="category" --set attribute.value="my-own-category" +helm upgrade --install ufh secureCodeBox/update-field-hook --set attribute.name="category" --set attribute.value="my-own-category" ``` > ✍ This documentation is currently work-in-progress.