Skip to content

Commit

Permalink
📝 Change some values.yaml references into links
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed Jul 9, 2023
1 parent aa3c133 commit e709685
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion charts/ascii-movie/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. |

---
Expand Down
2 changes: 1 addition & 1 deletion charts/ascii-movie/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/generic-device-plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion charts/generic-device-plugin/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/relax-sounds/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. |

---
Expand Down
2 changes: 1 addition & 1 deletion charts/relax-sounds/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e709685

Please sign in to comment.