From db3fbb94970fc96489db5be8a88fd3fe6c883269 Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Fri, 14 Feb 2025 17:55:34 +0100 Subject: [PATCH] doc(README): adapt description of network policy section --- README.md | 2 +- values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6bbc360..9ac3314 100644 --- a/README.md +++ b/README.md @@ -352,7 +352,7 @@ networkPolicies: | --------------------- | ---------------------- | ----- | | `podDisruptionBudget` | Pod disruption budget. | `{}` | -### networkPolicies NetworkPolicies +### NetworkPolicies | Name | Description | Value | | ------------------------------------- | ----------------------------------------------------------------------------------------------------- | ------- | diff --git a/values.yaml b/values.yaml index c11149d..f256ffd 100644 --- a/values.yaml +++ b/values.yaml @@ -311,7 +311,7 @@ podDisruptionBudget: {} # maxUnavailable: 1 # minAvailable: 1 -## @section networkPolicies NetworkPolicies +## @section NetworkPolicies ## @param networkPolicies.enabled Enable network policies in general. networkPolicies: enabled: false