Skip to content

Commit

Permalink
Update README.md and values.schema.json with readme-generator-for-helm
Browse files Browse the repository at this point in the history
  • Loading branch information
hjkatz committed Nov 12, 2024
1 parent 1c61ab3 commit 68b56c1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
15 changes: 8 additions & 7 deletions helm/ngrok-operator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,14 @@ To uninstall the chart:

### Common parameters

| Name | Description | Value |
| ------------------- | ------------------------------------------------------------------ | ----------------------------------------- |
| `nameOverride` | String to partially override generated resource names | `""` |
| `fullnameOverride` | String to fully override generated resource names | `""` |
| `description` | ngrok-operator description that will appear in the ngrok dashboard | `The official ngrok Kubernetes Operator.` |
| `commonLabels` | Labels to add to all deployed objects | `{}` |
| `commonAnnotations` | Annotations to add to all deployed objects | `{}` |
| Name | Description | Value |
| ------------------- | ------------------------------------------------------------------------------------------------------------------------------ | ----------------------------------------- |
| `nameOverride` | String to partially override generated resource names | `""` |
| `fullnameOverride` | String to fully override generated resource names | `""` |
| `description` | ngrok-operator description that will appear in the ngrok dashboard | `The official ngrok Kubernetes Operator.` |
| `commonLabels` | Labels to add to all deployed objects | `{}` |
| `commonAnnotations` | Annotations to add to all deployed objects | `{}` |
| `oneClickDemoMode` | If true, then the operator will startup without required fields or API registration, become Ready, but not actually be running | `false` |

### Image configuration

Expand Down
5 changes: 5 additions & 0 deletions helm/ngrok-operator/values.schema.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 68b56c1

Please sign in to comment.