Skip to content

Commit 98a79ff

Browse files
Greendor1234arttor
authored andcommitted
fixed typo
1 parent 369f0b3 commit 98a79ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/app/templates/myapp-lb-service.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ spec:
1313
ports:
1414
{{- .Values.myappLbService.ports | toYaml | nindent 2 }}
1515
loadBalancerSourceRanges:
16-
{{ - .Values.myappLbService.loadBalancerSourceRanges | toYaml | nindent 2 }}
16+
{{- .Values.myappLbService.loadBalancerSourceRanges | toYaml | nindent 2 }}

pkg/processor/service/service.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ spec:
3333
const (
3434
lbSourceRangesTempSpec = `
3535
loadBalancerSourceRanges:
36-
{{ - .Values.%[1]s.loadBalancerSourceRanges | toYaml | nindent 2 }}`
36+
{{- .Values.%[1]s.loadBalancerSourceRanges | toYaml | nindent 2 }}`
3737
)
3838

3939
var svcGVC = schema.GroupVersionKind{

0 commit comments

Comments
 (0)