diff --git a/doc/source/operations/documents/v1/document-authoring.rst b/doc/source/operations/documents/v1/document-authoring.rst index 7c623952..692c086a 100644 --- a/doc/source/operations/documents/v1/document-authoring.rst +++ b/doc/source/operations/documents/v1/document-authoring.rst @@ -192,7 +192,7 @@ Run helm tests on the chart after install/upgrade. +=============+==========+====================================================================+ | enabled | bool | whether to enable/disable helm tests for this chart (default True) | +-------------+----------+--------------------------------------------------------------------+ -| timeout | int | time (in sec) to wait for completion of Helm tests | +| timeout | int | time (in sec) to wait for completion of Helm tests. Default 300. | +-------------+----------+--------------------------------------------------------------------+ | options | object | See `Test Options`_. | +-------------+----------+--------------------------------------------------------------------+ diff --git a/doc/source/operations/documents/v2/document-authoring.rst b/doc/source/operations/documents/v2/document-authoring.rst index 4467e9e9..a04f15ca 100644 --- a/doc/source/operations/documents/v2/document-authoring.rst +++ b/doc/source/operations/documents/v2/document-authoring.rst @@ -179,7 +179,7 @@ Run helm tests on the chart after install/upgrade. +=============+==========+====================================================================+ | enabled | bool | whether to enable/disable helm tests for this chart (default True) | +-------------+----------+--------------------------------------------------------------------+ -| timeout | int | time (in sec) to wait for completion of Helm tests | +| timeout | int | time (in sec) to wait for completion of Helm tests. Default 300. | +-------------+----------+--------------------------------------------------------------------+ | options | object | See `Test Options`_. | +-------------+----------+--------------------------------------------------------------------+