https://rancher.com/ logo
#fleet
Title
p

polite-father-50599

10/21/2022, 12:05 PM
Hi All 🙂 I've been playing around with a fleet.yaml, cause we have a single git repo that deploys to 2 different env's with their own customizations. But for some reason it doesn't seem to work correctly. We have a 'default' values.yaml and a values-ENV.yaml. For example:
Copy code
targetCustomizations:
  - name: distinct
    helm:
      valuesFiles:
        - values-DISTINCT.yaml
    clusterSelector:
      matchLabels:
        env: distinct
3 Views