feat: cannot use lowe case
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
parent
c609dc4dd5
commit
f24f2706ae
@ -90,7 +90,7 @@ pub mod crdb_database {
|
||||
})
|
||||
{
|
||||
return Some(Ok((
|
||||
format!("{}.yaml", self.name().replace("/", "_")),
|
||||
format!("{}.yaml", self.name().replace("/", "-")),
|
||||
r#"
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
|
Loading…
Reference in New Issue
Block a user