Skip to content

Commit

Permalink
[k8s] add support for starforge in ServersTransport (#1425)
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrilou242 authored May 13, 2024
1 parent 1f65b88 commit 89c0360
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,13 @@ metadata:
namespace: {{ .Release.Namespace }}
spec:
insecureSkipVerify: {{ default false .Values.tls.traefik.serversTransport.skipVerify }}
{{- if .Values.starforge.enabled }}
rootCAsSecrets:
- {{ .Values.tls.cert.internal.secretName }}
{ { else } }
rootCAsSecrets:
- {{ .Values.tls.rootCaSecretName }}
{{ end -}}
serverName: '{{ .Release.Namespace }}.svc'

{{- end }}

0 comments on commit 89c0360

Please sign in to comment.