File tree 3 files changed +8
-3
lines changed
charts/trusted-certificate-issuer 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -3,5 +3,5 @@ name: tcs-issuer
3
3
description : A Helm chart for Trusted Certificate Issuer
4
4
home : https://github.com/intel/trusted-certificate-issuer
5
5
type : application
6
- version : 0.2 .0
7
- appVersion : " 0.2 .0"
6
+ version : 0.3 .0
7
+ appVersion : " 0.3 .0"
Original file line number Diff line number Diff line change 34
34
- --health-probe-bind-address=:8083
35
35
- --user-pin=$USER_PIN
36
36
- --so-pin=$SO_PIN
37
- - --use-random-nonce=true
38
37
{{- if .Values.controllerExtraArgs }}
39
38
{{- with .Values.controllerExtraArgs }}
40
39
{{- tpl . $ | trim | indent 8 }}
Original file line number Diff line number Diff line change 9
9
# Overrides the image tag whose default is the chart appVersion.
10
10
tag : " "
11
11
12
+ # Any extra arguments for tcs-controller
13
+ controllerExtraArgs : {}
14
+ # controllerExtraArgs: |-
15
+ # - --csr-full-cert-chain=false | true
16
+ # - --key-wrap-mechanism=aes_gcm | ads_key_pad_wrap
17
+
12
18
imagePullSecrets : []
13
19
14
20
# PKCS11 PIN secrets (base64 encoded)
You can’t perform that action at this time.
0 commit comments