mirror of
https://github.com/bokysan/docker-postfix.git
synced 2025-09-05 22: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 |
|
| `tolerations` | `[]` | Standard Kubernetes stuff |
|
||||||
| `affinity` | `{}` | Standard Kubernetes stuff |
|
| `affinity` | `{}` | Standard Kubernetes stuff |
|
||||||
| `certs.create` | `false` | Auto generate TLS certificates for Postfix |
|
| `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 |
|
| `certs.existingSecret` | `""` | Existing secret containing the TLS certificates for Postfix |
|
||||||
| `extraVolumes` | `[]` | Append any extra volumes to the pod |
|
| `extraVolumes` | `[]` | Append any extra volumes to the pod |
|
||||||
| `extraVolumeMounts` | `[]` | Append any extra volume mounts to the postfix container |
|
| `extraVolumeMounts` | `[]` | Append any extra volume mounts to the postfix container |
|
||||||
|
|
|
@ -127,8 +127,6 @@ container:
|
||||||
certs:
|
certs:
|
||||||
# Auto-generate certificates for the server and mount them into Postfix volume
|
# Auto-generate certificates for the server and mount them into Postfix volume
|
||||||
create: false
|
create: false
|
||||||
# Provide existing cert
|
|
||||||
existing: false
|
|
||||||
# Provide existing secret name
|
# Provide existing secret name
|
||||||
existingSecret: ""
|
existingSecret: ""
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
certs:
|
certs:
|
||||||
create: true
|
create: true
|
||||||
existing: true
|
|
||||||
existingSecret: "controller-generated-secret"
|
existingSecret: "controller-generated-secret"
|
||||||
|
|
Loading…
Add table
Reference in a new issue