Skip to content

Commit 8351995

Browse files
authored
Merge pull request #1592 from manics/build_docker_config-helm-not-binderhub
Warn about build_docker_config being a Helm Chart option not a BinderHub option
2 parents 2ba938b + 0f65f33 commit 8351995

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

binderhub/app.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -456,6 +456,10 @@ def docker_build_host_validate(self, proposal):
456456
have an effect, as the push_secrets will overwrite
457457
.docker/config.json
458458
In this case, make sure that you include your config in your push_secret
459+
460+
WARNING: The value of this parameter is managed by the binderHub Helm Chart.
461+
It is not managed by the BinderHub application itself.
462+
If you are running BinderHub in another way this parameter has no effect.
459463
""",
460464
config=True,
461465
)

0 commit comments

Comments
 (0)