Hello together, I am trying since days to get a de...
# fleet
i
Hello together, I am trying since days to get a decent fleet configuration working with gitlab. Unfortunately a lot of pain. In the meantime I managed to get fleet working with gitlab via ssh. I can successfully deploy a helm chart with it. However, I would like to use the same helm chart for multiple deployments, dev, staging prod. As I understand the docs, I need to have a fleet.yaml for each deployment. Hence, I have tried to put 4 folders on the same level (folders helm-chart, deploy-dev, deploy-staging, deploy-prod). In the deployment folders I have now one fleet.yaml for each deployment. In the fleet.yaml, I have set helm.chart = ../helm-chart. Unfortunately, it seems I can only reference subfolders. Anyone an idea how I can reference the path to that folder? I do not want to maintain 3 copies of the same chart.