More sensible default secretName for ingress TLS

The given secretName has to be in the same namespace as the ingress itself.
pull/178/head
HubbeKing 4 years ago
parent 1dc62c193f
commit cf7670d008

@ -49,7 +49,7 @@
// Set to true and give a secretName for ingress, if required for ingress TLS
ingress_secret_name_needed: false,
ingress_secret_name: "wubloader/tls",
ingress_secret_name: "wubloader-tls",
// Connection args for the database.
// If database is defined in this config, host and port should be postgres:5432.

Loading…
Cancel
Save