Skip to content

Commit

Permalink
fix conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
abhineshada committed Nov 1, 2023
1 parent 86e6846 commit 5e43c23
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions helm/superset/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@ spec:
targetPort: 80
protocol: TCP
name: https
{{- if and (or (eq .Values.service.type "NodePort") (eq .Values.service.type "LoadBalancer")) (not (empty .Values.service.nodePort.http)) }}
nodePort: {{ .Values.service.nodePort.http }}
{{- end }}
selector:
app: {{ template "superset.name" . }}
release: {{ .Release.Name }}
Expand Down

0 comments on commit 5e43c23

Please sign in to comment.