Closed cmartell-at-ocp closed 1 year ago
Hello,
extraDeploy is defined under values.yaml but there is no implementation around it: https://github.com/backstage/charts/blob/main/charts/backstage/values.yaml#L38-L39
extraDeploy
values.yaml
Seems like this helm chart is following Bitnami's chart structure (together with Bitnami's common), so it would be a matter of creating a new template file as such: https://github.com/bitnami/charts/blob/main/bitnami/argo-cd/templates/extra-list.yaml.
Resolved via #89
(Note to self: I should read through all the issues before claiming I've discovered a bug 😄 )
Thank you @cmartell-at-ocp for noticing this! 👍
Hah, no worries! Thank you for fixing this!
Hello,
extraDeploy
is defined undervalues.yaml
but there is no implementation around it: https://github.com/backstage/charts/blob/main/charts/backstage/values.yaml#L38-L39Seems like this helm chart is following Bitnami's chart structure (together with Bitnami's common), so it would be a matter of creating a new template file as such: https://github.com/bitnami/charts/blob/main/bitnami/argo-cd/templates/extra-list.yaml.