Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
praveenperera committed Jan 18, 2024
1 parent 25d5fe0 commit 76e9b63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/consumer/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ spec:
{{- end }}
{{- if .Values.service.customPorts }}
ports:
{{- range $port := .Value.service.customPorts }}
{{- range $port := .Values.service.customPorts }}
- name: {{ $port.name }}
containerPort: {{ default $port.targetPort $port.containerPort }}
protocol: {{ default "TCP" $port.protocol }}
Expand Down
2 changes: 1 addition & 1 deletion charts/consumer/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
type: {{ .Values.service.type }}
{{- if .Values.service.customPorts }}
ports:
{{- range $port := .Value.service.customPorts }}
{{- range $port := .Values.service.customPorts }}
- name: {{ $port.name }}
port: {{ $port.port }}
protocol: {{ default "TCP" $port.protocol }}
Expand Down

0 comments on commit 76e9b63

Please sign in to comment.