Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

Commit

Permalink
[stable/kong] fix values.yalm ingress tls section
Browse files Browse the repository at this point in the history
Signed-off-by: Harry Bagdi <harrybagdi@gmail.com>
  • Loading branch information
hbagdi committed Jan 7, 2020
1 parent 950c19e commit 6cf4a76
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions stable/kong/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,11 +115,12 @@ proxy:
# TLS section. Unlike other ingresses, this follows the format at
# https://kubernetes.io/docs/concepts/services-networking/ingress/#tls
# tls:
# hosts:
# - example.com
# secretName: example-com-tls-secret
# - example.net
# secretName: example-net-tls-secret
# - hosts:
# - 1.example.com
# secretName: example1-com-tls-secret
# - hosts:
# - 2.example.net
# secretName: example2-net-tls-secret
# Map of ingress annotations.
annotations: {}
# Ingress path.
Expand Down

0 comments on commit 6cf4a76

Please sign in to comment.