From 9d3c9cad0513560c0a511a091d1d03bf54cec13e Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2024 16:04:39 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- charts/nginx-ingress/values.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/nginx-ingress/values.yaml b/charts/nginx-ingress/values.yaml index 2d67bc5d1e..cf21c427d5 100644 --- a/charts/nginx-ingress/values.yaml +++ b/charts/nginx-ingress/values.yaml @@ -357,17 +357,17 @@ controller: globalConfiguration: ## Creates the GlobalConfiguration custom resource. Requires controller.enableCustomResources. - create: true + create: true ## The spec of the GlobalConfiguration for defining the global configuration parameters of the Ingress Controller. spec: ## Ensure both curly brackets are removed when adding listeners in YAML format. listeners: - name: some-udp - port: 5353 + port: 5353 protocol: UDP - name: some-http port: 5353 - protocol: HTTP + protocol: HTTP ## Enable custom NGINX configuration snippets in Ingress, VirtualServer, VirtualServerRoute and TransportServer resources. enableSnippets: false