Files
fleet-examples/multi-cluster/helm-kustomize/fleet.yaml
Darren Shepherd 4eff05a5c2 Update examples
2020-09-15 22:35:41 -07:00

25 lines
457 B
YAML

namespace: fleet-mc-helm-kustomize-example
helm:
chart: https://github.com/rancher/fleet-examples/releases/download/example/guestbook-0.0.0.tgz
targets:
- name: dev
clusterSelector:
matchLabels:
env: dev
kustomize:
dir: overlays/dev
- name: test
clusterSelector:
matchLabels:
env: test
kustomize:
dir: overlays/test
- name: prod
clusterSelector:
matchLabels:
env: prod
kustomize:
dir: overlays/prod