diff --git a/src/main.rs b/src/main.rs index c3317f1..e94cc43 100644 --- a/src/main.rs +++ b/src/main.rs @@ -317,6 +317,7 @@ async fn setup_pod(ctx: &mut AppContext) -> Result<(Api, String)> { })], volumes: Some(vec![ default!(Volume{ + name: "repo".to_owned(), persistent_volume_claim: Some( PersistentVolumeClaimVolumeSource { claim_name: kube_pvc.to_owned(),