From 069bf6a0424e15d7ed14bed60b121e7c5d2e585e Mon Sep 17 00:00:00 2001 From: sdubey-optum <88745901+sdubey-optum@users.noreply.github.com> Date: Fri, 28 Jan 2022 17:26:17 -0500 Subject: [PATCH] docs: fixing helm readme typo (#1064) --- charts/actions-runner-controller/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/actions-runner-controller/README.md b/charts/actions-runner-controller/README.md index 12b52d52..732d5b87 100644 --- a/charts/actions-runner-controller/README.md +++ b/charts/actions-runner-controller/README.md @@ -47,7 +47,7 @@ All additional docs are kept in the `docs/` folder, this README is solely for do | `metrics.proxy.image.tag` | The tag of the kube-proxy image to use when pulling the container | v0.10.0 | | `metrics.serviceMonitorLabels` | Set labels to apply to ServiceMonitor resources | | | `imagePullSecrets` | Specifies the secret to be used when pulling the controller pod containers | | -| `fullNameOverride` | Override the full resource names | | +| `fullnameOverride` | Override the full resource names | | | `nameOverride` | Override the resource name prefix | | | `serviceAccont.annotations` | Set annotations to the service account | | | `serviceAccount.create` | Deploy the controller pod under a service account | true | @@ -81,8 +81,8 @@ All additional docs are kept in the `docs/` folder, this README is solely for do | `githubWebhookServer.secret.name` | Set the name of the webhook hook secret | github-webhook-server | | `githubWebhookServer.secret.github_webhook_secret_token` | Set the webhook secret token value | | | `githubWebhookServer.imagePullSecrets` | Specifies the secret to be used when pulling the githubWebhookServer pod containers | | -| `githubWebhookServer.nameOveride` | Override the resource name prefix | | -| `githubWebhookServer.fullNameOveride` | Override the full resource names | | +| `githubWebhookServer.nameOverride` | Override the resource name prefix | | +| `githubWebhookServer.fullnameOverride` | Override the full resource names | | | `githubWebhookServer.serviceAccount.create` | Deploy the githubWebhookServer under a service account | true | | `githubWebhookServer.serviceAccount.annotations` | Set annotations for the service account | | | `githubWebhookServer.serviceAccount.name` | Set the service account name | |