Skip to content

Commit 61ed2af

Browse files
author
Tancrède SUARD
committed
Sort Readme values documentation
1 parent bfd1780 commit 61ed2af

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

charts/uptime-kuma/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -85,20 +85,20 @@ A self-hosted Monitoring tool like "Uptime-Robot".
8585
| serviceMonitor.selector | object | `{}` | Prometheus ServiceMonitor selector, only select Prometheus's with these labels (if not set, select any Prometheus) |
8686
| serviceMonitor.tlsConfig | object | `{}` | TLS configuration to use when scraping, only applicable for scheme https. |
8787
| strategy.type | string | `"Recreate"` | |
88+
| tailscale.auth | string | `""` | Tailscale API auth key. See [Tailscale auth-keys](https://tailscale.com/kb/1085/auth-keys) |
89+
| tailscale.debugFirewallMode | string | `"auto"` | See [Tailscale firewall-mode](https://tailscale.com/kb/1294/firewall-mode) |
90+
| tailscale.enabled | bool | `false` | |
91+
| tailscale.hostname | string | `"uptime-kuma"` | Tailscale device name |
92+
| tailscale.pullPolicy | string | `"Always"` | |
93+
| tailscale.repository | string | `"ghcr.io/tailscale/tailscale"` | |
94+
| tailscale.tag | string | `"latest"` | |
95+
| tailscale.userspace | bool | `false` | Set to `false` to run tailscale as root, this allows direct access to tailnet. See [Tailscale #userspace-sidecar](https://tailscale.com/kb/1185/kubernetes#userspace-sidecar) |
8896
| tolerations | list | `[]` | |
8997
| useDeploy | bool | `true` | |
9098
| volume.accessMode | string | `"ReadWriteOnce"` | |
9199
| volume.enabled | bool | `true` | |
92100
| volume.existingClaim | string | `""` | |
93101
| volume.size | string | `"4Gi"` | |
94-
| tailscale.enabled | bool | `false` | |
95-
| tailscale.repository | string | `"ghcr.io/tailscale/tailscale"` | |
96-
| tailscale.tag | string | `"latest"` | |
97-
| tailscale.pullPolicy | string | `"Always"` | |
98-
| tailscale.userspace | bool | `false` | Set to `false` to run tailscale as root, this allows direct access to tailnet. See [Tailscale #userspace-sidecar](https://tailscale.com/kb/1185/kubernetes#userspace-sidecar) |
99-
| tailscale.debugFirewallMode | string | `"auto"` | See [Tailscale firewall-mode](https://tailscale.com/kb/1294/firewall-mode) |
100-
| tailscale.auth | string | `""` | Tailscale API auth key. See [Tailscale auth-keys](https://tailscale.com/kb/1085/auth-keys) |
101-
| tailscale.hostname | string | `"uptime-kuma"` | Tailscale device name |
102102

103103
----------------------------------------------
104104
Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2)

0 commit comments

Comments
 (0)