From bdbad1774060e156319b9ddcc35aff46af209edb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tancr=C3=A8de=20SUARD?= Date: Fri, 3 May 2024 20:33:46 +0200 Subject: [PATCH] Sort Readme values documentation --- charts/uptime-kuma/README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/charts/uptime-kuma/README.md b/charts/uptime-kuma/README.md index 0d5304c..8213a07 100644 --- a/charts/uptime-kuma/README.md +++ b/charts/uptime-kuma/README.md @@ -72,20 +72,20 @@ A self-hosted Monitoring tool like "Uptime-Robot". | serviceMonitor.selector | object | `{}` | Prometheus ServiceMonitor selector, only select Prometheus's with these labels (if not set, select any Prometheus) | | serviceMonitor.tlsConfig | object | `{}` | TLS configuration to use when scraping, only applicable for scheme https. | | strategy.type | string | `"Recreate"` | | +| tailscale.auth | string | `""` | Tailscale API auth key. See [Tailscale auth-keys](https://tailscale.com/kb/1085/auth-keys) | +| tailscale.debugFirewallMode | string | `"auto"` | See [Tailscale firewall-mode](https://tailscale.com/kb/1294/firewall-mode) | +| tailscale.enabled | bool | `false` | | +| tailscale.hostname | string | `"uptime-kuma"` | Tailscale device name | +| tailscale.pullPolicy | string | `"Always"` | | +| tailscale.repository | string | `"ghcr.io/tailscale/tailscale"` | | +| tailscale.tag | string | `"latest"` | | +| 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) | | tolerations | list | `[]` | | | useDeploy | bool | `true` | | | volume.accessMode | string | `"ReadWriteOnce"` | | | volume.enabled | bool | `true` | | | volume.existingClaim | string | `""` | | | volume.size | string | `"4Gi"` | | -| tailscale.enabled | bool | `false` | | -| tailscale.repository | string | `"ghcr.io/tailscale/tailscale"` | | -| tailscale.tag | string | `"latest"` | | -| tailscale.pullPolicy | string | `"Always"` | | -| 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) | -| tailscale.debugFirewallMode | string | `"auto"` | See [Tailscale firewall-mode](https://tailscale.com/kb/1294/firewall-mode) | -| tailscale.auth | string | `""` | Tailscale API auth key. See [Tailscale auth-keys](https://tailscale.com/kb/1085/auth-keys) | -| tailscale.hostname | string | `"uptime-kuma"` | Tailscale device name | ---------------------------------------------- Autogenerated from chart metadata using [helm-docs v1.12.0](https://github.com/norwoodj/helm-docs/releases/v1.12.0)