From b18da54b7e2373f12f9d643e6d088c570e171891 Mon Sep 17 00:00:00 2001 From: Julien Biezemans Date: Thu, 20 Mar 2025 10:13:59 +0100 Subject: [PATCH 1/3] Fix typo in policies --- docs.kosli.com/content/getting_started/policies.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs.kosli.com/content/getting_started/policies.md b/docs.kosli.com/content/getting_started/policies.md index d7d576fdc..cc64bf633 100644 --- a/docs.kosli.com/content/getting_started/policies.md +++ b/docs.kosli.com/content/getting_started/policies.md @@ -21,6 +21,7 @@ Environment Policies enable you to define and enforce compliance requirements fo Polices are written in YAML and are immutable (updating a policy creates a new version). They can be attached to one or more environments, and an environment can have one or more policies attached to it. +Policies are written in YAML and are immutable (updating a policy creates a new version). They can be attached to one or more environments, and an environment can have one or more policies attached to it. ## Create a Policy From 8722ef9df11a06bb04f7bc9140ea860a9ee16030 Mon Sep 17 00:00:00 2001 From: Julien Biezemans Date: Thu, 20 Mar 2025 10:21:33 +0100 Subject: [PATCH 2/3] Fix diff --- docs.kosli.com/content/getting_started/policies.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs.kosli.com/content/getting_started/policies.md b/docs.kosli.com/content/getting_started/policies.md index cc64bf633..6ce9945b7 100644 --- a/docs.kosli.com/content/getting_started/policies.md +++ b/docs.kosli.com/content/getting_started/policies.md @@ -19,7 +19,6 @@ Environment Policies enable you to define and enforce compliance requirements fo - Enforce consistent compliance standards across your deployment pipeline - Prevent non-compliant artifacts from being deployed (via admission controllers) -Polices are written in YAML and are immutable (updating a policy creates a new version). They can be attached to one or more environments, and an environment can have one or more policies attached to it. Policies are written in YAML and are immutable (updating a policy creates a new version). They can be attached to one or more environments, and an environment can have one or more policies attached to it. From 1bd5c9aea0b5419a3eb4f5c3fcab84877c5fafbe Mon Sep 17 00:00:00 2001 From: Julien Biezemans Date: Thu, 20 Mar 2025 10:22:24 +0100 Subject: [PATCH 3/3] Fix diff --- docs.kosli.com/content/getting_started/policies.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs.kosli.com/content/getting_started/policies.md b/docs.kosli.com/content/getting_started/policies.md index 6ce9945b7..6fb8a4e33 100644 --- a/docs.kosli.com/content/getting_started/policies.md +++ b/docs.kosli.com/content/getting_started/policies.md @@ -19,7 +19,6 @@ Environment Policies enable you to define and enforce compliance requirements fo - Enforce consistent compliance standards across your deployment pipeline - Prevent non-compliant artifacts from being deployed (via admission controllers) - Policies are written in YAML and are immutable (updating a policy creates a new version). They can be attached to one or more environments, and an environment can have one or more policies attached to it. ## Create a Policy