Add value for configuring a custom Diffie-Hellman parameters file

Revert chart version
This commit is contained in:
Kyle Michel 2021-01-27 21:04:26 -05:00
parent 13e67f49f8
commit fac7411cec
No known key found for this signature in database
GPG key ID: 311655F6542C63F8
3 changed files with 18 additions and 0 deletions

View 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 }}