We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f167f4 commit f676362Copy full SHA for f676362
controllers/argocd/util.go
@@ -1204,6 +1204,7 @@ type DeprecationEventEmissionStatus struct {
1204
SSOSpecDeprecationWarningEmitted bool
1205
DexSpecDeprecationWarningEmitted bool
1206
DisableDexDeprecationWarningEmitted bool
1207
+ TLSInsecureWarningEmitted bool
1208
}
1209
1210
// DeprecationEventEmissionTracker map stores the namespace containing ArgoCD instance as key and DeprecationEventEmissionStatus as value,
0 commit comments