Skip to content

Commit

Permalink
Merge pull request #10 from NorskHelsenett/feature/prod-ingress2
Browse files Browse the repository at this point in the history
fixing helm lint error
  • Loading branch information
rogerwesterbo authored Jan 12, 2025
2 parents f52a791 + ea0d3f8 commit 038bd9e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions charts/ror-webapp/templates/ingress-helsenett.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,11 @@ spec:
pathType: {{ .Values.ingress.pathType }}
tls:
- hosts:
- {{ .Values.web.host }}
secretName: nhn-ror-admin-tls
- {{ .Values.web.host2 }}
secretName: nhn-ror-admin-tls
- secretName: nhn-ror-admin-tls
host: {{ .Values.web.host }}
- secretName: nhn-ror-webapp-tls
host: {{ .Values.web.host2 }}

---
apiVersion: ako.vmware.com/v1alpha1
kind: HostRule
Expand Down

0 comments on commit 038bd9e

Please sign in to comment.