From 4625314b20ef08ceef0b48a965814ac3c960c24e Mon Sep 17 00:00:00 2001 From: Joel Speed Date: Wed, 7 Jan 2026 14:55:38 +0000 Subject: [PATCH] Add dummy change to test pipeline controller --- config/v1/types_ingress.go | 1 + 1 file changed, 1 insertion(+) diff --git a/config/v1/types_ingress.go b/config/v1/types_ingress.go index 302913a16f9..1bc7de5c18f 100644 --- a/config/v1/types_ingress.go +++ b/config/v1/types_ingress.go @@ -31,6 +31,7 @@ type Ingress struct { // +required Spec IngressSpec `json:"spec"` // status holds observed values from the cluster. They may not be overridden. + // Dummy change, DNM. // +optional Status IngressStatus `json:"status"` }