Skip to content

Commit

Permalink
Merge pull request #72 from jhkrug/adjust-include-file-naming
Browse files Browse the repository at this point in the history
Adjust naming of variables files to be KW specific.
  • Loading branch information
jhkrug authored Jan 17, 2025
2 parents 1d9f088 + 461f50f commit 7f93991
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This is a simple deployment pattern using OpenTelemetry. It's final setup looks
The Kubewarden Helm chart doesn't cover all the possible deployment scenarios of the OpenTelemetry collector.
It's also possible to configure Kubewarden to send data to an OpenTelemetry collector.
Documentation for that scenario is in the [custom OpenTelemetry guide](./40-custom-otel-collector.md).
Documentation for that scenario is in the xref:./40-custom-otel-collector.adoc[custom OpenTelemetry guide].

You first deploy OpenTelemetry in a Kubernetes cluster, so you can use it in the following sections
addressing specifically tracing and metrics.
Expand Down
3 changes: 1 addition & 2 deletions docs/next/modules/en/partials/variables.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// Include shared project global variables
include::latest@shared:en:partial$variables.adoc[]
include::latest@shared:en:partial$kubewarden-variables.adoc[]

// global variables for this version below:

3 changes: 1 addition & 2 deletions docs/version-1.16/modules/en/partials/variables.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// Include shared project global variables
include::latest@shared:en:partial$variables.adoc[]
include::latest@shared:en:partial$kubewarden-variables.adoc[]

// global variables for this version below:

3 changes: 1 addition & 2 deletions docs/version-1.17/modules/en/partials/variables.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// Include shared project global variables
include::latest@shared:en:partial$variables.adoc[]
include::latest@shared:en:partial$kubewarden-variables.adoc[]

// global variables for this version below:

3 changes: 1 addition & 2 deletions docs/version-1.18/modules/en/partials/variables.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// Include shared project global variables
include::latest@shared:en:partial$variables.adoc[]
include::latest@shared:en:partial$kubewarden-variables.adoc[]

// global variables for this version below:

3 changes: 1 addition & 2 deletions docs/version-1.19/modules/en/partials/variables.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// Include shared project global variables
include::latest@shared:en:partial$variables.adoc[]
include::latest@shared:en:partial$kubewarden-variables.adoc[]

// global variables for this version below:

Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ This is the most trivial deployment pattern of OpenTelemetry, the final setup wi
The Kubewarden Helm chart does not intend to cover all the possible deployment scenarios of the OpenTelemetry collector.
Because of that, it's also possible to configure Kubewarden to send data to an OpenTelemetry collector that is deployed by the user.
This is covered as part of xref:40-custom-otel-collector.adoc[this guide].
This is covered as part of xref:./40-custom-otel-collector.adoc[this guide].

Let's first deploy OpenTelemetry in a Kubernetes cluster, so we can reuse it in the next sections
that will address specifically tracing and metrics.
Expand Down
3 changes: 1 addition & 2 deletions docs/version-1.20/modules/en/partials/variables.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// Include shared project global variables
include::latest@shared:en:partial$variables.adoc[]
include::latest@shared:en:partial$kubewarden-variables.adoc[]

// global variables for this version below:

File renamed without changes.

0 comments on commit 7f93991

Please sign in to comment.