-
-
Notifications
You must be signed in to change notification settings - Fork 149
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make deployment names configurable in HelmCluster (#275)
Not sure if others would find this useful but in our case we deploy our own helm chart that's based on, but not identical to, the standard Dask. In particular the deployment names are slightly different, so the hard-coded versions in `HelmCluster` don't work for us. For now I'm just monkey patching the functions with hard-coded deployment names but it doesn't seem like it'd hurt to make it configurable 🙂.
- Loading branch information
Showing
1 changed file
with
13 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters