Skip to content

Commit 3e76aa1

Browse files
fixed attach runtime (#193)
Co-authored-by: oren-codefresh <[email protected]>
1 parent 33f8ed9 commit 3e76aa1

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

venona/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.5.0
1+
1.5.1

venonactl/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.5.0
1+
1.5.1

venonactl/pkg/plugins/runtime-attach.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ func (u *runtimeAttachPlugin) Install(opt *InstallOptions, v Values) (Values, er
153153
runtimes[name] = base64.StdEncoding.EncodeToString([]byte(d))
154154
}
155155
v["runnerConf"] = runtimes
156+
v["Namespace"] = opt.ClusterNamespace
156157

157158
cs.CoreV1().Secrets(opt.ClusterNamespace).Delete(runtimeSecretName, &metav1.DeleteOptions{})
158159

0 commit comments

Comments
 (0)