Merge pull request #924 from vijayjt/vijayt/helmchart-kms

Allow KMS type to be specified in the helm chart values YAML
pull/935/head
Mariano Cano 2 years ago committed by GitHub
commit d0c0733691
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -68,6 +68,10 @@ inject:
federateRoots: []
crt: {{ .Intermediate }}
key: {{ .IntermediateKey }}
{{- if .Kms }}
kms:
type: {{ lower (.Kms.Type | toString) }}
{{- end }}
{{- if .EnableSSH }}
ssh:
hostKey: {{ .Ssh.HostKey }}

Loading…
Cancel
Save