Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Greendor1234 committed Nov 18, 2024
1 parent cf40b08 commit a174206
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/app/templates/myapp-lb-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ spec:
ports:
{{- .Values.myappLbService.ports | toYaml | nindent 2 }}
loadBalancerSourceRanges:
{{ - .Values.myappLbService.loadBalancerSourceRanges | toYaml | nindent 2 }}
{{- .Values.myappLbService.loadBalancerSourceRanges | toYaml | nindent 2 }}
2 changes: 1 addition & 1 deletion pkg/processor/service/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
const (
lbSourceRangesTempSpec = `
loadBalancerSourceRanges:
{{ - .Values.%[1]s.loadBalancerSourceRanges | toYaml | nindent 2 }}`
{{- .Values.%[1]s.loadBalancerSourceRanges | toYaml | nindent 2 }}`
)

var svcGVC = schema.GroupVersionKind{
Expand Down

0 comments on commit a174206

Please sign in to comment.