diff --git a/charts/ascii-movie/README.md b/charts/ascii-movie/README.md index b468ae22b..fb27a6861 100644 --- a/charts/ascii-movie/README.md +++ b/charts/ascii-movie/README.md @@ -93,7 +93,7 @@ N/A | secrets.ssh.stringData.ssh_host_rsa_key | string | Generated | SSH RSA host key. | | service | object | See [values.yaml](./values.yaml) | Configures service settings for the chart. | | serviceMonitor.main.enabled | bool | `false` | Enables or disables the serviceMonitor. | -| serviceMonitor.main.endpoints | list | See values.yaml | Configures the endpoints for the serviceMonitor. | +| serviceMonitor.main.endpoints | list | See [values.yaml](./values.yaml) | Configures the endpoints for the serviceMonitor. | | serviceMonitor.main.serviceName | string | `"{{ include \"bjw-s.common.lib.chart.names.fullname\" $ }}-api"` | Configures the target Service for the serviceMonitor. Helm templates can be used. | --- diff --git a/charts/ascii-movie/values.yaml b/charts/ascii-movie/values.yaml index 70c8c4c2c..8ba842028 100644 --- a/charts/ascii-movie/values.yaml +++ b/charts/ascii-movie/values.yaml @@ -68,7 +68,7 @@ serviceMonitor: # -- Configures the target Service for the serviceMonitor. Helm templates can be used. serviceName: '{{ include "bjw-s.common.lib.chart.names.fullname" $ }}-api' # -- Configures the endpoints for the serviceMonitor. - # @default -- See values.yaml + # @default -- See [values.yaml](./values.yaml) endpoints: - port: http scheme: http diff --git a/charts/generic-device-plugin/README.md b/charts/generic-device-plugin/README.md index 59dd8395b..0df3f65c6 100644 --- a/charts/generic-device-plugin/README.md +++ b/charts/generic-device-plugin/README.md @@ -170,7 +170,7 @@ See [values.yaml](./values.yaml) for an example configuration file. | securityContext.privileged | bool | `true` | Privileged mode is required to access devices | | service.main | object | See [values.yaml](./values.yaml) | Configures health/metrics service settings for the chart. | | serviceMonitor.main.enabled | bool | `false` | Enables or disables the serviceMonitor. | -| serviceMonitor.main.endpoints | list | See values.yaml | Configures the endpoints for the serviceMonitor. | +| serviceMonitor.main.endpoints | list | See [values.yaml](./values.yaml) | Configures the endpoints for the serviceMonitor. | --- Autogenerated from chart metadata using [helm-docs](https://github.com/norwoodj/helm-docs) diff --git a/charts/generic-device-plugin/values.yaml b/charts/generic-device-plugin/values.yaml index 9d3cb710c..351fd8575 100644 --- a/charts/generic-device-plugin/values.yaml +++ b/charts/generic-device-plugin/values.yaml @@ -124,7 +124,7 @@ serviceMonitor: # -- Enables or disables the serviceMonitor. enabled: false # -- Configures the endpoints for the serviceMonitor. - # @default -- See values.yaml + # @default -- See [values.yaml](./values.yaml) endpoints: - port: http scheme: http diff --git a/charts/relax-sounds/README.md b/charts/relax-sounds/README.md index 63bcf0819..b912bbf3b 100644 --- a/charts/relax-sounds/README.md +++ b/charts/relax-sounds/README.md @@ -92,7 +92,7 @@ N/A | podSecurityContext.fsGroup | int | `1000` | Volume group permissions | | service | object | See [values.yaml](./values.yaml) | Configures service settings for the chart. | | serviceMonitor.main.enabled | bool | `false` | Enables or disables the serviceMonitor. | -| serviceMonitor.main.endpoints | list | See values.yaml | Configures the endpoints for the serviceMonitor. | +| serviceMonitor.main.endpoints | list | See [values.yaml](./values.yaml) | Configures the endpoints for the serviceMonitor. | | serviceMonitor.main.serviceName | string | `"{{ include \"bjw-s.common.lib.chart.names.fullname\" $ }}-metrics"` | Configures the target Service for the serviceMonitor. Helm templates can be used. | --- diff --git a/charts/relax-sounds/values.yaml b/charts/relax-sounds/values.yaml index e0efe0c85..21886f883 100644 --- a/charts/relax-sounds/values.yaml +++ b/charts/relax-sounds/values.yaml @@ -70,7 +70,7 @@ serviceMonitor: # -- Configures the target Service for the serviceMonitor. Helm templates can be used. serviceName: '{{ include "bjw-s.common.lib.chart.names.fullname" $ }}-metrics' # -- Configures the endpoints for the serviceMonitor. - # @default -- See values.yaml + # @default -- See [values.yaml](./values.yaml) endpoints: - port: metrics scheme: http