Skip to content

Commit

Permalink
docs: fix typo (argoproj#13967)
Browse files Browse the repository at this point in the history
Signed-off-by: JenTing Hsiao <hsiaoairplane@gmail.com>
  • Loading branch information
jenting authored and tesla59 committed Dec 16, 2023
1 parent 7091d77 commit d02c03f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/proposals/002-ui-extensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ As an operator, I would like to configure Argo CD to perform pre-defined actions

## Proposal

A new `ArgoCDExtension` CRD would be introduced which will allow operators configure Argo CD to understand how to handle and visualize custom resources. Visualizing a object requires javascript to render the object, and health/actions require lua scripts. Aas such, the extension CR would need to point to some location where the javascript/lua code would be hosted.
A new `ArgoCDExtension` CRD would be introduced which will allow operators configure Argo CD to understand how to handle and visualize custom resources. Visualizing a object requires javascript to render the object, and health/actions require lua scripts. As such, the extension CR would need to point to some location where the javascript/lua code would be hosted.

It is proposed that a git repository be used to contain the javascript code, as well as the lua scripts necessary to assess health or perform actions of a resource.

Expand Down

0 comments on commit d02c03f

Please sign in to comment.