We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 369f0b3 commit 98a79ffCopy full SHA for 98a79ff
examples/app/templates/myapp-lb-service.yaml
@@ -13,4 +13,4 @@ spec:
13
ports:
14
{{- .Values.myappLbService.ports | toYaml | nindent 2 }}
15
loadBalancerSourceRanges:
16
- {{ - .Values.myappLbService.loadBalancerSourceRanges | toYaml | nindent 2 }}
+ {{- .Values.myappLbService.loadBalancerSourceRanges | toYaml | nindent 2 }}
pkg/processor/service/service.go
@@ -33,7 +33,7 @@ spec:
33
const (
34
lbSourceRangesTempSpec = `
35
36
- {{ - .Values.%[1]s.loadBalancerSourceRanges | toYaml | nindent 2 }}`
+ {{- .Values.%[1]s.loadBalancerSourceRanges | toYaml | nindent 2 }}`
37
)
38
39
var svcGVC = schema.GroupVersionKind{
0 commit comments