salotz

Results 119 comments of salotz

@stefreak I will look into those. I did discover them after the fact of writing this issue.

I don't think that is much different than what is currently exists. I don't so much want to override the values files (at least in the scope of the problem...

You are kind of suggesting to just write things out to my "live" directory. I guess that can work, I was avoiding it to fit into the build context system....

A fix for this would be nice :) I have the problem that for an action I have to specify a necessary varfile for injecting a secret (which is handled...

Hitting this myself for Jupyterhub. Upstream looks like they are dragging their feet. Starting to see a pattern with Helm features. I think the only option is to assume Helm...

`logging` can filter if you are using a named logger, in the current implementation its using the root logger. So you could change to something like: ```python logging.getLogger("openmm") ``` or...

Cluster pod logs should give you the reason. Most common was bucket folder having wals already in it. You need to specify a different location for backups.

Glad this issue is here to explain what the certificate is! My hunch was essentially correct, but searching the user guide for "certificate" returns nothing and the pynauty documentation doesn't...

I found the issue. The file wasn't created. `--debug` helped, but would be nice if the default error message told you something more useful.

I used the documentation to do this and found it pretty complete so I would say this can be closed. Only thing was this: > explain how the user-defined values.cue...