Default-Backend's ConfigMap should support binaryData
#12730
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
needs-priority
needs-triage
Indicates an issue or PR lacks a `triage/foo` label and requires one.
When deploying a Default-Backend, I want to be able to return an error of my style. For that, I'd like to be able to upload pictures (i.e.
.png
) via ConfigMap.However, in the ConfigMap-Template, the
data
section is hardcoded without any option to specifybinaryData
which I would need to upload pictures.My experience with Helm-Templating is limited, but maybe
ingress-nginx/charts/ingress-nginx/templates/default-backend-extra-configmaps.yaml
Lines 18 to 21 in cd2aa47
That way, if no
binaryData
is present, it should just skip it.No
No
Kubernetes >= 1.10 is required, see https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.10.md#apps
The text was updated successfully, but these errors were encountered: