Skip to content
This repository has been archived by the owner on Mar 29, 2023. It is now read-only.

Commit

Permalink
Correct spelling of pollingTentacles
Browse files Browse the repository at this point in the history
  • Loading branch information
harrisonmeister committed Dec 14, 2021
1 parent bbcc359 commit 7a38db6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ octopus:
acceptEula: !!str "Y"
replicaCount: 3
storageClassName: "azurefile"
pollingTenatcles:
pollingTentacles:
exposeServices: true
mssql-linux:
acceptEula:
Expand Down
2 changes: 1 addition & 1 deletion templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
---
Expand Down
2 changes: 1 addition & 1 deletion values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7a38db6

Please sign in to comment.