feat: cannot use lowe case
Some checks reported errors
continuous-integration/drone/push Build encountered an error

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
Kasper Juul Hermansen 2024-05-26 23:28:56 +02:00
parent c609dc4dd5
commit f24f2706ae
Signed by: kjuulh
GPG Key ID: 9AA7BC13CE474394

View File

@ -90,7 +90,7 @@ pub mod crdb_database {
}) })
{ {
return Some(Ok(( return Some(Ok((
format!("{}.yaml", self.name().replace("/", "_")), format!("{}.yaml", self.name().replace("/", "-")),
r#" r#"
apiVersion: v1 apiVersion: v1
kind: ConfigMap kind: ConfigMap