Hello, I'm trying to deploy a helm chart with flee...
# fleet
h
Hello, I'm trying to deploy a helm chart with fleet on two downstream clusters. These clusters are located in different networks and they each have a dedicated helm private registry. I used a
targetCustomizations
in fleet.yml so based on cluster name, fleet pulls from different repo. It works only for one of my cluster, because
helmSecretName
in my
gitRepo
refers to the account from one of the helm registry. Can I override this in my fleet.yml or can I define multiple account in
helmSecretName
? My fleet.yml looks like this:
Copy code
helm:
  repo: repo-a
  chart: my-chart


targetCustomizations:
- name: cluster-b
  clusterName: cluster-b
  helm:
    repo: repo-b
    chart: my-chart