Add value for configuring a custom Diffie-Hellman parameters file
Revert chart version
This commit is contained in:
parent
13e67f49f8
commit
fac7411cec
3 changed files with 18 additions and 0 deletions
10
charts/ingress-nginx/templates/dh-param-secret.yaml
Normal file
10
charts/ingress-nginx/templates/dh-param-secret.yaml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{{- with .Values.dhParam -}}
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: {{ include "ingress-nginx.controller.fullname" $ }}
|
||||
labels:
|
||||
{{- include "ingress-nginx.labels" $ | nindent 4 }}
|
||||
data:
|
||||
dhparam.pem: {{ . }}
|
||||
{{- end }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue