feat: remove suffix
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
b8fde5644c
commit
77c6c96fb0
@ -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
|
None
|
||||||
|
Loading…
Reference in New Issue
Block a user