From 4297fdf20ec72990442121f5abcb727b6d191050 Mon Sep 17 00:00:00 2001 From: Haywood Shannon <5781935+haywoodsh@users.noreply.github.com> Date: Mon, 2 Oct 2023 13:18:21 +0100 Subject: [PATCH 1/2] update operator docs for ingressClass Signed-off-by: Haywood Shannon <5781935+haywoodsh@users.noreply.github.com> Signed-off-by: Haywood Shannon <5781935+haywoodsh@users.noreply.github.com> --- docs/content/installation/installation-with-operator.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/content/installation/installation-with-operator.md b/docs/content/installation/installation-with-operator.md index a00f6ee5f5..54c0e38a61 100644 --- a/docs/content/installation/installation-with-operator.md +++ b/docs/content/installation/installation-with-operator.md @@ -38,7 +38,8 @@ spec: pullPolicy: IfNotPresent repository: nginx/nginx-ingress tag: 3.3.0-ubi - ingressClass: nginx + ingressClass: + name: nginx kind: deployment nginxplus: false replicaCount: 1 From f7b2a97c06a0dae40c1144186de5969691681c0e Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 12:24:58 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- docs/content/installation/installation-with-operator.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/installation/installation-with-operator.md b/docs/content/installation/installation-with-operator.md index 54c0e38a61..3aa3f10bc4 100644 --- a/docs/content/installation/installation-with-operator.md +++ b/docs/content/installation/installation-with-operator.md @@ -38,7 +38,7 @@ spec: pullPolicy: IfNotPresent repository: nginx/nginx-ingress tag: 3.3.0-ubi - ingressClass: + ingressClass: name: nginx kind: deployment nginxplus: false