diff --git a/controllers/argocd/util.go b/controllers/argocd/util.go index 323b00ebc..aa481dc43 100644 --- a/controllers/argocd/util.go +++ b/controllers/argocd/util.go @@ -1204,6 +1204,7 @@ type DeprecationEventEmissionStatus struct { SSOSpecDeprecationWarningEmitted bool DexSpecDeprecationWarningEmitted bool DisableDexDeprecationWarningEmitted bool + TLSInsecureWarningEmitted bool } // DeprecationEventEmissionTracker map stores the namespace containing ArgoCD instance as key and DeprecationEventEmissionStatus as value,