Skip to content

Commit

Permalink
Merge pull request #1010 from anmazzotti/remove_embedded_cluster_api_…
Browse files Browse the repository at this point in the history
…feature

Fix Rancher chart features value
  • Loading branch information
anmazzotti authored Jan 21, 2025
2 parents 219ff99 + 62d8fe9 commit 546043c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/testenv/rancher.go
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ func DeployRancher(ctx context.Context, input DeployRancherInput) PreRancherInst
"replicas": "1",
}
if input.RancherFeatures != "" {
values["CATTLE_FEATURES"] = input.RancherFeatures
values["features"] = input.RancherFeatures
}
if input.RancherImageTag != "" {
values["rancherImageTag"] = input.RancherImageTag
Expand Down

0 comments on commit 546043c

Please sign in to comment.