Skip to content

Commit

Permalink
docs(operator): adjust docs comment (#1126)
Browse files Browse the repository at this point in the history
  • Loading branch information
thisthat authored Mar 28, 2023
1 parent 65f6a83 commit 4078fad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/content/en/docs/crd-ref/options/v1alpha1/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |



Expand Down
2 changes: 1 addition & 1 deletion operator/apis/options/v1alpha1/keptnconfig_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4078fad

Please sign in to comment.