Skip to content

Commit

Permalink
Merge pull request #231 from opendatacube/feature/add-alb-class-name
Browse files Browse the repository at this point in the history
revert changes
  • Loading branch information
matt-fry-ga authored Oct 23, 2024
2 parents 18d7dfd + 1da446d commit 47a768b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions stable/datacube-explorer/templates/ingress.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{{- if .Values.ingress.enabled -}}
{{- $ingressClassName := .Values.ingress.ingressClassName -}}
{{- $fullName := include "datacube-explorer.fullname" . -}}
{{- $ingressPath := .Values.ingress.path -}}
{{- $ingressRedirect := .Values.ingress.redirect -}}
Expand All @@ -22,9 +21,6 @@ metadata:
{{ toYaml . | indent 4 }}
{{- end }}
spec:
{{- if $ingressClassName -}}
ingressClassName: {{ $ingressClassName }}
{{- end }}
rules:
{{- range .Values.ingress.hosts }}
- host: {{ . | quote }}
Expand Down

0 comments on commit 47a768b

Please sign in to comment.