Skip to content

Commit

Permalink
docs: add missing symlink to SKS docs and link to sidebar (#68)
Browse files Browse the repository at this point in the history
* docs: add missing symlink to SKS docs and link to sidebar

* docs(terraform-docs): generate docs and write to README.adoc

---------

Co-authored-by: lentidas <[email protected]>
Release-As: v3.0.1
  • Loading branch information
lentidas and lentidas authored Jul 4, 2023
1 parent d23d721 commit 4d60340
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 14 deletions.
12 changes: 6 additions & 6 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ The following requirements are needed by this module:

The following providers are used by this module:

- [[provider_null]] <<provider_null,null>> (>= 3)

- [[provider_random]] <<provider_random,random>> (>= 3)

- [[provider_htpasswd]] <<provider_htpasswd,htpasswd>> (>= 1)

- [[provider_utils]] <<provider_utils,utils>> (>= 1)

- [[provider_argocd]] <<provider_argocd,argocd>> (>= 4)

- [[provider_utils]] <<provider_utils,utils>> (>= 1)
- [[provider_null]] <<provider_null,null>> (>= 3)

=== Resources

Expand Down Expand Up @@ -57,7 +57,7 @@ Description: Override of target revision of the application chart.

Type: `string`

Default: `"v2.3.0"`
Default: `"v3.0.0"`

==== [[input_namespace]] <<input_namespace,namespace>>

Expand Down Expand Up @@ -180,8 +180,8 @@ Description: Credentials to access the Loki ingress, if activated.
|[[provider_null]] <<provider_null,null>> |>= 3
|[[provider_random]] <<provider_random,random>> |>= 3
|[[provider_htpasswd]] <<provider_htpasswd,htpasswd>> |>= 1
|[[provider_utils]] <<provider_utils,utils>> |>= 1
|[[provider_argocd]] <<provider_argocd,argocd>> |>= 4
|[[provider_utils]] <<provider_utils,utils>> |>= 1
|===

= Resources
Expand Down Expand Up @@ -212,7 +212,7 @@ Description: Credentials to access the Loki ingress, if activated.
|[[input_target_revision]] <<input_target_revision,target_revision>>
|Override of target revision of the application chart.
|`string`
|`"v2.3.0"`
|`"v3.0.0"`
|no

|[[input_namespace]] <<input_namespace,namespace>>
Expand Down
4 changes: 2 additions & 2 deletions aks/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Description: Override of target revision of the application chart.

Type: `string`

Default: `"v2.3.0"`
Default: `"v3.0.0"`

==== [[input_namespace]] <<input_namespace,namespace>>

Expand Down Expand Up @@ -252,7 +252,7 @@ object({
|[[input_target_revision]] <<input_target_revision,target_revision>>
|Override of target revision of the application chart.
|`string`
|`"v2.3.0"`
|`"v3.0.0"`
|no

|[[input_namespace]] <<input_namespace,namespace>>
Expand Down
1 change: 1 addition & 0 deletions docs/modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
** xref:ROOT:aks/README.adoc[AKS]
** xref:ROOT:eks/README.adoc[EKS]
** xref:ROOT:kind/README.adoc[KinD]
** xref:ROOT:sks/README.adoc[SKS]
* https://github.com/camptocamp/devops-stack-module-loki-stack[Repository,window=_blank]
* xref:ROOT:ROOT:index.adoc[_Return to DevOps Stack docs_]
1 change: 1 addition & 0 deletions docs/modules/ROOT/pages/sks/README.adoc
4 changes: 2 additions & 2 deletions eks/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Description: Override of target revision of the application chart.

Type: `string`

Default: `"v2.3.0"`
Default: `"v3.0.0"`

==== [[input_namespace]] <<input_namespace,namespace>>

Expand Down Expand Up @@ -212,7 +212,7 @@ object({
|[[input_target_revision]] <<input_target_revision,target_revision>>
|Override of target revision of the application chart.
|`string`
|`"v2.3.0"`
|`"v3.0.0"`
|no

|[[input_namespace]] <<input_namespace,namespace>>
Expand Down
4 changes: 2 additions & 2 deletions kind/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Description: Override of target revision of the application chart.

Type: `string`

Default: `"v2.3.0"`
Default: `"v3.0.0"`

==== [[input_namespace]] <<input_namespace,namespace>>

Expand Down Expand Up @@ -216,7 +216,7 @@ object({
|[[input_target_revision]] <<input_target_revision,target_revision>>
|Override of target revision of the application chart.
|`string`
|`"v2.3.0"`
|`"v3.0.0"`
|no

|[[input_namespace]] <<input_namespace,namespace>>
Expand Down
4 changes: 2 additions & 2 deletions sks/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ Description: Override of target revision of the application chart.

Type: `string`

Default: `"v2.3.0"`
Default: `"v3.0.0"`

==== [[input_namespace]] <<input_namespace,namespace>>

Expand Down Expand Up @@ -328,7 +328,7 @@ object({
|[[input_target_revision]] <<input_target_revision,target_revision>>
|Override of target revision of the application chart.
|`string`
|`"v2.3.0"`
|`"v3.0.0"`
|no
|[[input_namespace]] <<input_namespace,namespace>>
Expand Down

0 comments on commit 4d60340

Please sign in to comment.