feat: Remove unused helm command, refactor url to use hurl in some more places

This commit is contained in:
2025-09-30 11:18:08 -04:00
parent 4a500e4eb7
commit f65e16df7b
7 changed files with 33 additions and 370 deletions

View File

@@ -37,7 +37,8 @@ async fn main() {
enabled: true
size: 10Gi
storageClass: null
accessMode: ReadWriteOnce"#.to_string(),
accessMode: ReadWriteOnce"#
.to_string(),
);
let openbao = HelmChartScore {
namespace: Some(NonBlankString::from_str("openbao").unwrap()),