Skip to content

Commit

Permalink
fix: handle puppet agent for user which has few puppet agent
Browse files Browse the repository at this point in the history
  • Loading branch information
ashish1099 committed Aug 14, 2024
1 parent 2f3bc85 commit 468c707
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,12 @@ spec:
services:
- name: puppetserver-{{ .Values.customerid }}-puppet
port: puppetserver
{{- range .Values.ingressroutes.mastersFor }}
- match: HostSNI(`{{ . }}.puppet.obmondo.com`)
priority: 10
services:
- name: puppetserver-{{ $.Values.customerid }}-puppet
port: puppetserver
{{- end }}
tls:
passthrough: true

0 comments on commit 468c707

Please sign in to comment.