feat: remove suffix
Some checks reported errors
continuous-integration/drone/push Build encountered an error

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2024-05-27 22:40:23 +02:00
parent b8fde5644c
commit 77c6c96fb0

View File

@@ -136,7 +136,7 @@ spec:
}
}
return Some(Ok(("ingress.yaml.jinja2".into(), templates.join("\n"))));
return Some(Ok(("ingress.yaml".into(), templates.join("\n"))));
}
None