Skip to content

Commit

Permalink
PR #121 fixes 2
Browse files Browse the repository at this point in the history
  • Loading branch information
yahel2410 committed May 28, 2024
1 parent c5510d9 commit c05aa02
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/localstack/templates/NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{{- if .Values.ingress.enabled }}
{{- range $host := .Values.ingress.hosts }}
{{- range .paths }}
http{{ if $.Values.ingress.tls }}s{{ end }}://{{ $host.host }}{{ .path }}
http{{ if $.Values.ingress.tls }}s{{ end }}://{{ (tpl $host.host $) }}{{ .path }}
{{- end }}
{{- end }}
{{- else if contains "NodePort" .Values.service.type }}
Expand Down
3 changes: 3 additions & 0 deletions charts/localstack/test-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ ingress:
enabled: true
hosts:
- host: "{{ .Values.ingressHost }}"
paths:
- path: /
pathType: ImplementationSpecific

# enable localstack pro (don't forget to set your API key)
# image:
Expand Down

0 comments on commit c05aa02

Please sign in to comment.