Add fleet versions 0.8 and 0.9 to CI

This commit is contained in:
Mario Manno
2024-01-12 16:28:39 +01:00
parent 1013d7fcbb
commit 42f015a5d9
12 changed files with 112 additions and 1 deletions

View File

@@ -6,8 +6,10 @@ metadata:
name: test
namespace: fleet-default
spec:
correctDrift: {}
helm:
chart: https://github.com/rancher/fleet-examples/releases/download/example/guestbook-0.0.0.tgz
ignore: {}
namespace: fleet-mc-helm-kustomize-example
resources:
- content: |
@@ -289,18 +291,24 @@ spec:
- clusterSelector:
matchLabels:
env: dev
correctDrift: {}
ignore: {}
kustomize:
dir: overlays/dev
name: dev
- clusterSelector:
matchLabels:
env: test
correctDrift: {}
ignore: {}
kustomize:
dir: overlays/test
name: test
- clusterSelector:
matchLabels:
env: prod
correctDrift: {}
ignore: {}
kustomize:
dir: overlays/prod
name: prod