-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Anurag Rajawat <[email protected]>
- Loading branch information
1 parent
8e63ed3
commit 4fd48a2
Showing
2 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ git clone [email protected]:<your-username>/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. |