Skip to content

Commit

Permalink
fix: helmdocs
Browse files Browse the repository at this point in the history
Signed-off-by: Anthony Rabbito <[email protected]>
  • Loading branch information
anthr76 committed Jun 27, 2024
1 parent 653c8a3 commit d930d49
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions chart/tailscale-derp/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# tailscale-derp

A Helm chart for Kubernetes
![Version: 0.2.0](https://img.shields.io/badge/Version-0.2.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.68.0](https://img.shields.io/badge/AppVersion-v1.68.0-informational?style=flat-square)

Run a custom tailscale derp server on Kubernetes.

## Values

Expand All @@ -17,7 +19,7 @@ A Helm chart for Kubernetes
| env[2].value | string | `"{{ include \"tailscale-derp.hostname\" . }}"` | |
| fullnameOverride | string | `""` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"registry.gitlab.com/coreweave/tailscale-derp"` | |
| image.repository | string | `"ghcr.io/coreweave/tailscale-derp"` | |
| image.tag | string | `""` | |
| imagePullSecrets | list | `[]` | |
| livenessProbe.exec.command[0] | string | `"/bin/bash"` | |
Expand Down

0 comments on commit d930d49

Please sign in to comment.