Update expected output for helm chart customization
This commit is contained in:
@@ -239,6 +239,7 @@ spec:
|
|||||||
matchLabels:
|
matchLabels:
|
||||||
env: dev
|
env: dev
|
||||||
helm:
|
helm:
|
||||||
|
chart: https://github.com/rancher/fleet-examples/releases/download/example/guestbook-0.0.0.tgz
|
||||||
values:
|
values:
|
||||||
replication: false
|
replication: false
|
||||||
name: dev
|
name: dev
|
||||||
@@ -246,6 +247,7 @@ spec:
|
|||||||
matchLabels:
|
matchLabels:
|
||||||
env: test
|
env: test
|
||||||
helm:
|
helm:
|
||||||
|
chart: https://github.com/rancher/fleet-examples/releases/download/example/guestbook-0.0.0.tgz
|
||||||
values:
|
values:
|
||||||
replicas: 3
|
replicas: 3
|
||||||
name: test
|
name: test
|
||||||
@@ -253,6 +255,7 @@ spec:
|
|||||||
matchLabels:
|
matchLabels:
|
||||||
env: prod
|
env: prod
|
||||||
helm:
|
helm:
|
||||||
|
chart: https://github.com/rancher/fleet-examples/releases/download/example/guestbook-0.0.0.tgz
|
||||||
values:
|
values:
|
||||||
replicas: 3
|
replicas: 3
|
||||||
serviceType: LoadBalancer
|
serviceType: LoadBalancer
|
||||||
|
|||||||
Reference in New Issue
Block a user