From 0f65f33e84d316787d9c290d85e85b13a3f06729 Mon Sep 17 00:00:00 2001 From: Simon Li Date: Sat, 17 Dec 2022 00:32:25 +0000 Subject: [PATCH] Warn about build_docker_config being a Helm Chart option not a BinderHub option --- binderhub/app.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/binderhub/app.py b/binderhub/app.py index 0150a9eae..07065eb8e 100644 --- a/binderhub/app.py +++ b/binderhub/app.py @@ -456,6 +456,10 @@ def docker_build_host_validate(self, proposal): have an effect, as the push_secrets will overwrite .docker/config.json In this case, make sure that you include your config in your push_secret + + WARNING: The value of this parameter is managed by the binderHub Helm Chart. + It is not managed by the BinderHub application itself. + If you are running BinderHub in another way this parameter has no effect. """, config=True, )