Mathieu Benoit
Mathieu Benoit
End users can now use this patch template https://github.com/score-spec/community-patchers/blob/main/score-compose/unprivileged.tpl, like this: ```bash score-compose init \ --patch-templates https://raw.githubusercontent.com/score-spec/community-patchers/refs/heads/main/score-compose/unprivileged.tpl ``` Do we still want this feature request directly in `score-compose`, or should...
Closing as per last comment, now available via community patch templates: https://github.com/score-spec/community-patchers.
Good example with Backstage indeed, thanks for capturing this!
@astromechza, as a side note here, in the [`score-k8s`'s default provisioner](https://github.com/score-spec/score-k8s/blob/main/internal/provisioners/default/zz-default.provisioners.yaml#L138-L278), the implementation is different. I'm wondering in which direction we should go though: 1. Like current `score-k8s` (i.e. allowing...
Done in there https://github.com/score-spec/score-compose/pull/284, was also added in https://github.com/score-spec/score-k8s/pull/179. And these unblocked the implementation of https://medium.com/@mabenoit/deploy-backstage-with-score-45bb2d7c2d90.
Yup, exactly, what about adding the `expected_outputs` in the `cmd` like we have with the `template`, like this below? ``` - uri: template://... description: ... type: .... class: ... init:......
Hey @lekaf974, have you started anything here? If not, I would love to see if someone during the ContribFest at KubeCon this week would be able to take this one....
Leaving this one to anyone who would like to take the opportunity to tackle a `good first issue` and `help wanted` issue. The goal is to back port what was...
Sure thing, @mageshwaransekar, thanks for raising your hand on this one! Please do let us know if you have any questions. This should provide you already great guidance: > The...
Hi @mageshwaransekar, is there anything we can help you with to get started on this? Just making sure you have all the information needed ;) _Note: this will allow to...