Skip to content

Commit

Permalink
fix with context
Browse files Browse the repository at this point in the history
  • Loading branch information
aslafy-z committed Jan 12, 2024
1 parent 563ea39 commit c6bcec7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ metadata:
spec:
type: {{ .Values.service.type }}
{{- with .Values.service.clusterIP }}
clusterIP: {{ .Values.service.clusterIP }}
clusterIP: {{ . }}
{{- end }}
{{- if eq .Values.service.type "LoadBalancer" }}
{{- with .Values.service.loadBalancerIP }}
Expand Down

0 comments on commit c6bcec7

Please sign in to comment.