mirror of
https://github.com/bokysan/docker-postfix.git
synced 2025-09-03 21:14:26 +08:00
Removing the certs.existing. As this was not setup to be used.
This commit is contained in:
parent
b69ad45152
commit
3faceeee09
3 changed files with 0 additions and 4 deletions
|
@ -640,7 +640,6 @@ Chart configuration is as follows:
|
|||
| `tolerations` | `[]` | Standard Kubernetes stuff |
|
||||
| `affinity` | `{}` | Standard Kubernetes stuff |
|
||||
| `certs.create` | `false` | Auto generate TLS certificates for Postfix |
|
||||
| `certs.existing` | `false` | Use existing TLS certificates for Postfix |
|
||||
| `certs.existingSecret` | `""` | Existing secret containing the TLS certificates for Postfix |
|
||||
| `extraVolumes` | `[]` | Append any extra volumes to the pod |
|
||||
| `extraVolumeMounts` | `[]` | Append any extra volume mounts to the postfix container |
|
||||
|
|
|
@ -127,8 +127,6 @@ container:
|
|||
certs:
|
||||
# Auto-generate certificates for the server and mount them into Postfix volume
|
||||
create: false
|
||||
# Provide existing cert
|
||||
existing: false
|
||||
# Provide existing secret name
|
||||
existingSecret: ""
|
||||
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
certs:
|
||||
create: true
|
||||
existing: true
|
||||
existingSecret: "controller-generated-secret"
|
||||
|
|
Loading…
Add table
Reference in a new issue