diff --git a/deployments/nimbus-kubearmor/Readme.md b/deployments/nimbus-kubearmor/Readme.md index 2c05339d..2b4a720d 100644 --- a/deployments/nimbus-kubearmor/Readme.md +++ b/deployments/nimbus-kubearmor/Readme.md @@ -22,7 +22,7 @@ helm upgrade --dependency-update --install nimbus-kubearmor . -n nimbus | image.repository | string | 5gsec/nimbus-kubearmor | Image repository from which to pull the `nimbus-kubearmor` adapter's image | | image.pullPolicy | string | Always | `nimbus-kubearmor` adapter image pull policy | | image.tag | string | latest | `nimbus-kubearmor` adapter image tag | -| autoDeploy | bool | true | Auto deploy [KubeArmor]() with default configurations | +| autoDeploy | bool | true | Auto deploy [KubeArmor](https://kubearmor.io/) with default configurations | ## Uninstall the KubeArmor adapter diff --git a/docs/adapters.md b/docs/adapters.md index eefab14c..5d177b72 100644 --- a/docs/adapters.md +++ b/docs/adapters.md @@ -11,7 +11,7 @@ git clone git@github.com:/nimbus.git ### From source **Requires installing corresponding security engine**: -Follow [this](https://docs.kubearmor.io/kubearmor/quick-links/deployment_guide) guide to install +Follow [this](https://docs.kubearmor.io/kubearmor/quick-links/deployment_guide) to install KubeArmor. Navigate to `nimbus-kubearmor` directory: @@ -28,7 +28,7 @@ make run ### From Helm chart -Follow [this](../../deployments/nimbus-kubearmor/Readme.md) guide to install using a helm cahrt. +Follow [this](../deployments/nimbus-kubearmor/Readme.md) to install using a helm chart. ## nimbus-netpol @@ -54,12 +54,12 @@ make run ### From Helm chart -Follow [this](../../deployments/nimbus-netpol/Readme.md) to install using a helm chart. +Follow [this](../deployments/nimbus-netpol/Readme.md) to install using a helm chart. ## nimbus-kyverno **Requires installing corresponding security engine**: -Follow [this](https://kyverno.io/docs/installation/) guide to install +Follow [this](https://kyverno.io/docs/installation/) to install Kyverno. ### From source @@ -78,7 +78,7 @@ make run ### From Helm chart -Follow [this](../../deployments/nimbus-kyverno/Readme.md) to install using a helm chart. +Follow [this](../deployments/nimbus-kyverno/Readme.md) to install using a helm chart. ## nimbus-k8tls @@ -98,4 +98,4 @@ make run ### From Helm chart -Follow [this](../../deployments/nimbus-k8tls/Readme.md) to install using a helm chart. +Follow [this](../deployments/nimbus-k8tls/Readme.md) to install using a helm chart.