Skip to content

Commit

Permalink
Document additional_facts parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
bastjan committed Nov 14, 2023
1 parent 2ae1243 commit de824ca
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions docs/modules/ROOT/pages/references/parameters.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,25 @@ defaults:: https://github.com/projectsyn/component-steward/blob/master/class/def

The Steward and ArgoCD container image versions which the component should use.

== `additional_facts`

[horizontal]
type:: dict
default:: `{}`
example::
+
[source,yaml]
----
additional_facts:
myIdFromHierarchy: mx7bMF3VIfVpGhMZDnoW65oG08Wv9ICYXetH5DNM
glusterVersion:
major: 11
minor: 1
----

Additional facts to be added to the dynamic facts Steward provides to Lieutenant.
Objects are serialized to JSON.

== Example

[source,yaml]
Expand Down

0 comments on commit de824ca

Please sign in to comment.