forked from TrueCloudLab/certificates
Merge pull request #924 from vijayjt/vijayt/helmchart-kms
Allow KMS type to be specified in the helm chart values YAML
This commit is contained in:
commit
d0c0733691
1 changed files with 4 additions and 0 deletions
|
@ -68,6 +68,10 @@ inject:
|
||||||
federateRoots: []
|
federateRoots: []
|
||||||
crt: {{ .Intermediate }}
|
crt: {{ .Intermediate }}
|
||||||
key: {{ .IntermediateKey }}
|
key: {{ .IntermediateKey }}
|
||||||
|
{{- if .Kms }}
|
||||||
|
kms:
|
||||||
|
type: {{ lower (.Kms.Type | toString) }}
|
||||||
|
{{- end }}
|
||||||
{{- if .EnableSSH }}
|
{{- if .EnableSSH }}
|
||||||
ssh:
|
ssh:
|
||||||
hostKey: {{ .Ssh.HostKey }}
|
hostKey: {{ .Ssh.HostKey }}
|
||||||
|
|
Loading…
Reference in a new issue