You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've just forked your repository and might want to make some improvements/updates here and there, but the way the workload.yaml files have been setup, it means we would have to make the git references more generic, otherwise it's impossible to make proper pull requests. How could we do this? kustomize? YTT? regular templating or scripting?
The text was updated successfully, but these errors were encountered:
it means we would have to make the git references more generic
Are you speaking of the individual workload.yaml files in each source code directory, or the templated workloads.yaml. If the previous, then this issue exists in pretty much every accelerator generated project. I'm hearing there may be an enhancement at a later time to provide a GitRepo in the accelerator that would automatically create a GitRepo. If the becomes a reality, the plan is update the repo reference in the workload.yaml files to this new repo.
Hello,
I've just forked your repository and might want to make some improvements/updates here and there, but the way the
workload.yaml
files have been setup, it means we would have to make thegit
references more generic, otherwise it's impossible to make proper pull requests. How could we do this? kustomize? YTT? regular templating or scripting?The text was updated successfully, but these errors were encountered: