Files
fleet-examples/kustomize/fleet.yaml
Darren Shepherd 56bca25f64 Initial Commit
2020-08-31 22:55:17 -07:00

23 lines
505 B
YAML

namespace: fleet-kustomize-example
targets:
- name: dev
clusterSelector:
matchLabels:
env: dev
# NOTE: This directory is always relative to ./kustomize
kustomizeDir: overlays/dev
- name: test
clusterSelector:
matchLabels:
env: test
# NOTE: This directory is always relative to ./kustomize
kustomizeDir: overlays/test
- name: prod
clusterSelector:
matchLabels:
env: prod
# NOTE: This directory is always relative to ./kustomize
kustomizeDir: overlays/prod