From 4078fada7a1c8a5a392aa11fe0f161acf190478d Mon Sep 17 00:00:00 2001 From: Giovanni Liva Date: Tue, 28 Mar 2023 08:20:08 +0200 Subject: [PATCH] docs(operator): adjust docs comment (#1126) --- docs/content/en/docs/crd-ref/options/v1alpha1/_index.md | 2 +- operator/apis/options/v1alpha1/keptnconfig_types.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/en/docs/crd-ref/options/v1alpha1/_index.md b/docs/content/en/docs/crd-ref/options/v1alpha1/_index.md index 611118d5c3..ed3e2e1374 100644 --- a/docs/content/en/docs/crd-ref/options/v1alpha1/_index.md +++ b/docs/content/en/docs/crd-ref/options/v1alpha1/_index.md @@ -63,7 +63,7 @@ _Appears in:_ | Field | Description | | --- | --- | | `OTelCollectorUrl` _string_ | OTelCollectorUrl can be used to set the Open Telemetry collector that the operator should use | -| `keptnAppCreationRequestTimeoutSeconds` _integer_ | KeptnAppCreationRequestTimeout is used to set the interval in which automatic app discovery searches for workload to put into the same auto-generated KeptnApp | +| `keptnAppCreationRequestTimeoutSeconds` _integer_ | KeptnAppCreationRequestTimeoutSeconds is used to set the interval in which automatic app discovery searches for workload to put into the same auto-generated KeptnApp | 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