Skip to content

Commit 717ae8d

Browse files
Merge pull request #26 from Prateeknandle/fix-doc-4
fix the broken documentation
2 parents 7e2cbdd + e49f64e commit 717ae8d

File tree

4 files changed

+9
-13
lines changed

4 files changed

+9
-13
lines changed

.web-docs/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# KubeArmor
2-
31
A plugin for Packer which provides [KubeArmor Hardening Host Security policies](https://docs.kubearmor.io/kubearmor/use-cases/hardening_guide) for the build workloads.
42

53
> [KubeArmor](https://docs.kubearmor.io/kubearmor/) is a security solution for the Kubernetes and cloud native platforms that helps protect your workloads from attacks and threats. It does this by providing a set of hardening policies that are based on industry-leading compliance and attack frameworks such as CIS, MITRE, NIST-800-53, and STIGs. These policies are designed to help you secure your workloads in a way that is compliant with these frameworks and recommended best practices.
@@ -49,7 +47,7 @@ on [installing a plugin](https://developer.hashicorp.com/packer/docs/plugins/ins
4947

5048
## Components
5149

52-
### Provisioners
50+
### Provisioners:
5351

5452
- [kubearmor](/packer/integrations/kubearmor/kubearmor/latest/components/provisioner/kubearmor) - The kubearmor provisioner is used to provisioner
5553
Packer builds and provide the packer builds KubeArmor Host Security Policies.

.web-docs/components/provisioner/kubearmor/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ packer {
2323
}
2424
kubearmor = {
2525
version = ">= 0.0.1"
26-
source = "github.com/hashicorp/kubearmor"
26+
source = "github.com/kubearmor/kubearmor"
2727
}
2828
}
2929
}
@@ -61,7 +61,7 @@ packer {
6161
}
6262
kubearmor = {
6363
version = ">= 0.0.1"
64-
source = "github.com/hashicorp/kubearmor"
64+
source = "github.com/kubearmor/kubearmor"
6565
}
6666
}
6767
}

docs/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# KubeArmor
2-
31
A plugin for Packer which provides [KubeArmor Hardening Host Security policies](https://docs.kubearmor.io/kubearmor/use-cases/hardening_guide) for the build workloads.
42

53
> [KubeArmor](https://docs.kubearmor.io/kubearmor/) is a security solution for the Kubernetes and cloud native platforms that helps protect your workloads from attacks and threats. It does this by providing a set of hardening policies that are based on industry-leading compliance and attack frameworks such as CIS, MITRE, NIST-800-53, and STIGs. These policies are designed to help you secure your workloads in a way that is compliant with these frameworks and recommended best practices.
@@ -49,7 +47,7 @@ on [installing a plugin](https://developer.hashicorp.com/packer/docs/plugins/ins
4947

5048
## Components
5149

52-
### Provisioners
50+
### Provisioners:
5351

5452
- [kubearmor](/packer/integrations/kubearmor/kubearmor/latest/components/provisioner/kubearmor) - The kubearmor provisioner is used to provisioner
5553
Packer builds and provide the packer builds KubeArmor Host Security Policies.

docs/provisioners/kubearmor.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
description: >
2+
description: |
33
The kubearmor provisioner is used to configure the packer builds by deploying KubeArmor Host Security Policies and providing KubeArmor and other tools necessary to apply policies.
44
page_title: KubeArmor - Provisioners
5-
nav_title: kubearmor
5+
nav_title: KubeArmor
66
---
77

8-
# KubeArmor - Provisioners
8+
# KubeArmor Provisioner
99

1010
Type: `kubearmor`
1111

@@ -32,7 +32,7 @@ packer {
3232
}
3333
kubearmor = {
3434
version = ">= 0.0.1"
35-
source = "github.com/hashicorp/kubearmor"
35+
source = "github.com/kubearmor/kubearmor"
3636
}
3737
}
3838
}
@@ -70,7 +70,7 @@ packer {
7070
}
7171
kubearmor = {
7272
version = ">= 0.0.1"
73-
source = "github.com/hashicorp/kubearmor"
73+
source = "github.com/kubearmor/kubearmor"
7474
}
7575
}
7676
}

0 commit comments

Comments
 (0)