Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ccremer committed Sep 27, 2022
1 parent 5bb8c42 commit ee36696
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/modules/ROOT/pages/how-tos/installation.adoc
Expand Up @@ -18,8 +18,8 @@ parameters:
secrets:
exoscale:
stringData:
api_key:"?{vaultkv:${cluster:tenant}/${cluster:name}/exoscale-metrics-collector/api_key}"
api_secret:"?{vaultkv:${cluster:tenant}/${cluster:name}/exoscale-metrics-collector/api_secret}"
api_key: "?{vaultkv:${cluster:tenant}/${cluster:name}/exoscale-metrics-collector/api_key}"
api_secret: "?{vaultkv:${cluster:tenant}/${cluster:name}/exoscale-metrics-collector/api_secret}"
----

See the xref:references/parameters.adoc[parameters] reference for a full list of parameters.
7 changes: 7 additions & 0 deletions docs/modules/ROOT/pages/references/parameters.adoc
Expand Up @@ -19,6 +19,13 @@ default:: https://github.com/vshn/exoscale-metrics-collector/blob/master/compone
Dictionary containing the container images used by this component.
== `schedule`
[horizontal]
type:: string
default:: `10 4,10,16 * * *`
The cron schedule at which the metrics collection job is spawned.
== `secrets.exoscale.stringData.api_key`
Expand Down
Empty file.

0 comments on commit ee36696

Please sign in to comment.