We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 38ba743 + 35bcb7f commit be9a47eCopy full SHA for be9a47e
1 file changed
kubernetes/base/config/exec_provider.py
@@ -53,7 +53,8 @@ def __init__(self, exec_config, cwd):
53
value = item['value']
54
additional_vars[name] = value
55
self.env.update(additional_vars)
56
- self.cwd = cwd
+
57
+ self.cwd = cwd or None
58
59
def run(self, previous_response=None):
60
kubernetes_exec_info = {
0 commit comments