From 7a38db6bdc3fef52327a0bdde6b0361b9abee1d3 Mon Sep 17 00:00:00 2001 From: Mark Harrison Date: Tue, 14 Dec 2021 16:00:32 +0000 Subject: [PATCH] Correct spelling of pollingTentacles --- Chart.yaml | 2 +- README.md | 2 +- templates/service.yaml | 2 +- values.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Chart.yaml b/Chart.yaml index eb57e65..84eb969 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.35 +version: 0.1.36 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/README.md b/README.md index 58edfee..f0f6e97 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ octopus: acceptEula: !!str "Y" replicaCount: 3 storageClassName: "azurefile" - pollingTenatcles: + pollingTentacles: exposeServices: true mssql-linux: acceptEula: diff --git a/templates/service.yaml b/templates/service.yaml index 2314ff9..d271b3e 100644 --- a/templates/service.yaml +++ b/templates/service.yaml @@ -18,7 +18,7 @@ spec: {{- end }} selector: app: octopus -{{- if .Values.octopus.pollingTenatcles.exposeServices }} +{{- if .Values.octopus.pollingTentacles.exposeServices }} {{- $root := . -}} {{- range untilStep 0 (.Values.octopus.replicaCount | int) 1 }} --- diff --git a/values.yaml b/values.yaml index 3552d28..c90457d 100644 --- a/values.yaml +++ b/values.yaml @@ -63,7 +63,7 @@ octopus: # The type of service created to expose the Octopus nodes. Options are ClusterIP and NodePort. serviceType: LoadBalancer # Settings concerning polling tentacles across the HA nodes - pollingTenatcles: + pollingTentacles: # If true, a load balancer is created for each Octopus instance for polling tentacles to point to. # This is because polling tentacles need to query each Octopus node to get new tasks. # The docs at https://octopus.com/docs/administration/high-availability/configuring-octopus-for-high-availability