Add option to enable federation on spire-server (#97)

This commit is contained in:
Pete Cable
2023-03-16 20:36:13 +01:00
committed by GitHub
parent 382c1f4334
commit 811a2f6b01
7 changed files with 46 additions and 0 deletions
@@ -29,6 +29,17 @@ data:
common_name = {{ .common_name | quote }},
{{- end }}
}
{{- with .Values.federation }}
{{- if eq (.enabled | toString) "true" }}
federation {
bundle_endpoint {
address = "{{ .bundleEndpoint.address }}"
port = {{ .bundleEndpoint.port }}
}
}
{{- end }}
{{- end }}
}
plugins {