Update examples
This commit is contained in:
23
helm-kustomize/fleet.yaml
Normal file
23
helm-kustomize/fleet.yaml
Normal file
@@ -0,0 +1,23 @@
|
||||
namespace: fleet-helm-kustomize-example
|
||||
chart: https://github.com/rancher/fleet-examples/releases/download/example/guestbook-0.0.0.tgz
|
||||
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
|
||||
Reference in New Issue
Block a user