From 3e16b62e3d695c3e02c6d7b461f0e822654797e1 Mon Sep 17 00:00:00 2001 From: Haywood Shannon <5781935+haywoodsh@users.noreply.github.com> Date: Tue, 3 Oct 2023 12:09:54 +0100 Subject: [PATCH] Update operator docs for ingressClass (#4449) * update operator docs for ingressClass 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..3aa3f10bc4 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