Skip to content

Commit

Permalink
fix supported files
Browse files Browse the repository at this point in the history
  • Loading branch information
RoiGlinik committed Jul 22, 2024
1 parent e50bc2f commit 86e76bc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Loading External Actions
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Robusta can load playbook actions from external git repositories and externally hosted
Python packages provided as .tar or tar.gz files. This extends Robusta with additional
Python packages provided as .tgz or .tar.gz files. This extends Robusta with additional
actions for use in :ref:`customPlaybooks<customPlaybooks>`.

.. warning::
Expand All @@ -17,7 +17,7 @@ actions for use in :ref:`customPlaybooks<customPlaybooks>`.
External actions are loaded using the ``playbookRepos`` Helm value, with either HTTPs or SSH
in the case of git repositories, and appropriate URLs in the case of externally hosted
Python packages. The way Robusta distinguishes between the case of git repository and an
external package is to check if the URL ends with `.tar` or `.tar.gz`
external package is to check if the URL ends with `.tgz` or `.tar.gz`
- if that is the case, the source is treated as an external package; otherwise the
URL is treated as a git repository address.

Expand Down

0 comments on commit 86e76bc

Please sign in to comment.