From f12ae83dddafe09faedf6374eeafaf268b898449 Mon Sep 17 00:00:00 2001 From: Giovanni Liva Date: Mon, 27 Mar 2023 09:09:08 +0200 Subject: [PATCH] chore(operator): adjust comment Signed-off-by: Giovanni Liva --- operator/apis/options/v1alpha1/keptnconfig_types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/operator/apis/options/v1alpha1/keptnconfig_types.go b/operator/apis/options/v1alpha1/keptnconfig_types.go index 9b6028624d..bb0744243a 100644 --- a/operator/apis/options/v1alpha1/keptnconfig_types.go +++ b/operator/apis/options/v1alpha1/keptnconfig_types.go @@ -31,7 +31,7 @@ type KeptnConfigSpec struct { // OTelCollectorUrl can be used to set the Open Telemetry collector that the operator should use // +optional OTelCollectorUrl string `json:"OTelCollectorUrl,omitempty"` - // KeptnAppCreationRequestTimeout is used to set the interval in which automatic app discovery + // KeptnAppCreationRequestTimeoutSeconds is used to set the interval in which automatic app discovery // searches for workload to put into the same auto-generated KeptnApp // +kubebuilder:default:=30 // +optional