Any chance I can change a GitRepo's path, or even its repository without uninstalling it?
Basically I'd like to:
1. Move
/path/to/current
to
/new/path
in the same
GitRepo
2. Move from
GitRepo A
to
GitRepo B
@quick-sandwich-76600 any chance you would know the answer for that?
q
quick-sandwich-76600
10/01/2022, 4:57 PM
Hi @many-area-51777. I don't think it's possible or at least is not documented. I made some tests, and all led to either errors or the application being redeployed.
m
many-area-51777
10/01/2022, 5:15 PM
@quick-sandwich-76600 thanks for taking the time to check. I assume it's not possible because the chart name is based on the path defined in the GitRepo.
Do you know if there are internal plans to change this? I'm not sure what's the right approach here, but why would a path change require a downtime?