Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
parent
2cb8929b91
commit
14ab05eb9b
@ -28,7 +28,7 @@ impl CuddleReleaser {
|
||||
client,
|
||||
cuddle_file,
|
||||
env,
|
||||
folder: ".cuddle/tmp/k8s".into(),
|
||||
folder: ".cuddle/tmp".into(),
|
||||
})
|
||||
}
|
||||
}
|
||||
@ -100,7 +100,7 @@ impl MainAction for CuddleReleaser {
|
||||
"cuddle-releaser",
|
||||
"release",
|
||||
&format!("--upstream={}", options.upstream),
|
||||
&format!("--folder={}", "/mnt/templates"),
|
||||
&format!("--folder={}", "/mnt/templates/k8s"),
|
||||
&format!("--cluster={}", options.cluster),
|
||||
&format!("--namespace={}", options.namespace),
|
||||
&format!("--app={}", options.app),
|
||||
|
Loading…
Reference in New Issue
Block a user