Skip to content

Commit

Permalink
Merge pull request #26 from Prateeknandle/fix-doc-4
Browse files Browse the repository at this point in the history
fix the broken documentation
  • Loading branch information
Prateeknandle committed Apr 1, 2024
2 parents 7e2cbdd + e49f64e commit 717ae8d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 13 deletions.
4 changes: 1 addition & 3 deletions .web-docs/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# KubeArmor

A plugin for Packer which provides [KubeArmor Hardening Host Security policies](https://docs.kubearmor.io/kubearmor/use-cases/hardening_guide) for the build workloads.

> [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.
Expand Down Expand Up @@ -49,7 +47,7 @@ on [installing a plugin](https://developer.hashicorp.com/packer/docs/plugins/ins

## Components

### Provisioners
### Provisioners:

- [kubearmor](/packer/integrations/kubearmor/kubearmor/latest/components/provisioner/kubearmor) - The kubearmor provisioner is used to provisioner
Packer builds and provide the packer builds KubeArmor Host Security Policies.
4 changes: 2 additions & 2 deletions .web-docs/components/provisioner/kubearmor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ packer {
}
kubearmor = {
version = ">= 0.0.1"
source = "github.com/hashicorp/kubearmor"
source = "github.com/kubearmor/kubearmor"
}
}
}
Expand Down Expand Up @@ -61,7 +61,7 @@ packer {
}
kubearmor = {
version = ">= 0.0.1"
source = "github.com/hashicorp/kubearmor"
source = "github.com/kubearmor/kubearmor"
}
}
}
Expand Down
4 changes: 1 addition & 3 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# KubeArmor

A plugin for Packer which provides [KubeArmor Hardening Host Security policies](https://docs.kubearmor.io/kubearmor/use-cases/hardening_guide) for the build workloads.

> [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.
Expand Down Expand Up @@ -49,7 +47,7 @@ on [installing a plugin](https://developer.hashicorp.com/packer/docs/plugins/ins

## Components

### Provisioners
### Provisioners:

- [kubearmor](/packer/integrations/kubearmor/kubearmor/latest/components/provisioner/kubearmor) - The kubearmor provisioner is used to provisioner
Packer builds and provide the packer builds KubeArmor Host Security Policies.
10 changes: 5 additions & 5 deletions docs/provisioners/kubearmor.mdx
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
description: >
description: |
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.
page_title: KubeArmor - Provisioners
nav_title: kubearmor
nav_title: KubeArmor
---

# KubeArmor - Provisioners
# KubeArmor Provisioner

Type: `kubearmor`

Expand All @@ -32,7 +32,7 @@ packer {
}
kubearmor = {
version = ">= 0.0.1"
source = "github.com/hashicorp/kubearmor"
source = "github.com/kubearmor/kubearmor"
}
}
}
Expand Down Expand Up @@ -70,7 +70,7 @@ packer {
}
kubearmor = {
version = ">= 0.0.1"
source = "github.com/hashicorp/kubearmor"
source = "github.com/kubearmor/kubearmor"
}
}
}
Expand Down

0 comments on commit 717ae8d

Please sign in to comment.