I am sorry if this is a dumb question, and I have ...
# fleet
w
I am sorry if this is a dumb question, and I have spent a long time searching to find an answer. But..... I have a bunch of helm charts in a GitHub repo. They have not been compressed or processed, just the raw folders and yaml files. I have now, in the fleet repo created a folder and placed a fleet.yaml in it.
Copy code
svc1-
         chart.yaml
         values.yaml
         templates
                service.yaml
svc2 - 
         chart.yaml
         values.yaml
         templates
                service.yaml
I have set the helm.chart to the chart name, and the repo to the repo that contains all the charts. All repos are private. Fleet can read the fleet repo, but then when it comes to reading the helm charts from the helm chart repo I get either a 404 error, or an index.html not found error. Previously, I have been using Flex, and it had no problems with the helm repo structure. Below is a sample of my fleet.yaml, perhaps someone can tell me what I am doing wrong.
Copy code
namespace: manager
helm:
  chart: svc1
  repo: <https://github.com/xxx/helm_repos>
targetCustomizations:

- name: office
  helm:
    values:
      deployment:
      tag: 1.1.16