This message was deleted.
# fleet
a
This message was deleted.
n
See the multi-cluster example “helm” on here: https://github.com/rancher/fleet-examples/
m
So basically using conditional values within the templates?
n
Yes, in
fleet.yaml
you can see the values for dev, test, prod: https://github.com/rancher/fleet-examples/blob/master/multi-cluster/helm/fleet.yaml
m
Yes that's how I do it already, but it feels so sketchy. One mistake and everything breaks
n
I get that. If you feel it’s too risky, you can instead just duplicate your code and deploy separately to the envs to be on the safe side. Or have another test environment for fleet deployments itself.
m
Thanks @nutritious-orange-38459