From 7c7d1ec451ebe0cd32e54d0a1397eda960d006dc Mon Sep 17 00:00:00 2001 From: Nikolai Emil Damm Date: Tue, 5 Nov 2024 02:01:57 +0100 Subject: [PATCH] Fix typo in README.md for plantuml ingress enabled description --- k8s/shared/apps/plantuml/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s/shared/apps/plantuml/README.md b/k8s/shared/apps/plantuml/README.md index e0246bb15..b30e11841 100644 --- a/k8s/shared/apps/plantuml/README.md +++ b/k8s/shared/apps/plantuml/README.md @@ -10,4 +10,4 @@ A highly versatile tool that facilitates the rapid and straightforward creation | Variable | Description | Default | Required | | ------------------------ | ---------------------------------------------------------- | :-----: | :------: | | cluster_domain | The domain of the cluster | - | ✓ | -| plantuml_ingress_enabled | Whether to enable an ingress route to the PlantUML service | true | ✕ | +| plantuml_ingress_enabled | Whether to enable an ingress route to the PlantUML service | true | ✗ |