File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed
Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -4,4 +4,4 @@ description: NTS Pool Deployment
44type : application
55icon : https://raw.githubusercontent.com/pendulum-project/nts-pool/main/nts-pool-management/assets/nts-pool.svg
66
7- version : 0.1.0-alpha.19
7+ version : 0.1.0-alpha.20
Original file line number Diff line number Diff line change @@ -132,3 +132,6 @@ spec:
132132 secretKeyRef :
133133 {{- toYaml . | nindent 16 }}
134134 {{- end }}
135+ {{- with .Values.ke.extraEnv }}
136+ {{- toYaml . | nindent 10 }}
137+ {{- end }}
Original file line number Diff line number Diff line change @@ -55,6 +55,7 @@ metrics:
5555
5656# Configuration for the Key Exchange (KE) service
5757ke :
58+ extraEnv : null
5859 # Domain names on which the KE will be available (first one will be the primary, i.e. common name)
5960 domainName : ntspool.example.com
6061 # Name of the secret that stores the TLS certificate and key for the KE service
You can’t perform that action at this time.
0 commit comments