Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
Signed-off-by: Jirka Kremser <jiri.kremser@gmail.com>
  • Loading branch information
jkremser committed Oct 25, 2023
1 parent a56020c commit 9623219
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cmd/template/cluster/runner_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ func Test_run(t *testing.T) {
ResourcePool: "foopool",
NetworkName: "foonet",
CredentialsSecretName: "foosecret",
ImageTemplate: "foo-%-os",
ImageTemplate: "foobar",
ControlPlane: provider.VSphereControlPlane{
VSphereMachineTemplate: provider.VSphereMachineTemplate{
DiskGiB: 42,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ data:
networkName: foonet
numCPUs: 6
resourcePool: foopool
template: foo-%!o(string=v1.2.3)s
template: foobar
replicas: 5
helmReleases:
cilium:
Expand All @@ -49,7 +49,7 @@ data:
networkName: foonet
numCPUs: 7
resourcePool: foopool
template: foo-%!o(string=v1.2.3)s
template: foobar
nodePools:
worker:
class: default
Expand Down

0 comments on commit 9623219

Please sign in to comment.