Skip to content

Commit

Permalink
Merge pull request Budibase#9518 from Budibase/fix/alb-ingress-format…
Browse files Browse the repository at this point in the history
…ting

Fix formatting on alb-ingress.yml
  • Loading branch information
Rory-Powell authored Feb 2, 2023
2 parents 279b4f1 + b4f060f commit 79ade4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/budibase/templates/alb-ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ metadata:
alb.ingress.kubernetes.io/listen-ports: '[{"HTTP": 80}, {"HTTPS":443}]'
alb.ingress.kubernetes.io/certificate-arn: {{ .Values.ingress.certificateArn }}
{{- end }}
{{ - if .Values.ingress.securityGroups }}
{{- if .Values.ingress.securityGroups }}
alb.ingress.kubernetes.io/security-groups: {{ .Values.ingress.securityGroups }}
{{ - end }}
{{- end }}
spec:
rules:
- http:
Expand Down

0 comments on commit 79ade4b

Please sign in to comment.