From 8a5fcee4c7c2215b181da85960b44959914861e5 Mon Sep 17 00:00:00 2001 From: hjkatz Date: Tue, 12 Nov 2024 22:48:36 +0000 Subject: [PATCH] Update README.md and values.schema.json with readme-generator-for-helm --- helm/ngrok-operator/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/helm/ngrok-operator/README.md b/helm/ngrok-operator/README.md index 328a28db..e1579b76 100644 --- a/helm/ngrok-operator/README.md +++ b/helm/ngrok-operator/README.md @@ -39,6 +39,7 @@ To uninstall the chart: | ------------------- | ------------------------------------------------------------------------------------------------------------------------------ | ----------------------------------------- | | `nameOverride` | String to partially override generated resource names | `""` | | `fullnameOverride` | String to fully override generated resource names | `""` | +| `clusterId` | String to identify the kubernetes cluster in the ngrok dashboard (must be unique per Helm release per cluster) | `""` | | `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 | `{}` |