Skip to content

Commit

Permalink
Fix cluster using deprecated gsk version causes wrong chosen version (#…
Browse files Browse the repository at this point in the history
…398)

* make sure the correct paas template is used when setting release

* make sure the latest version of a k8s template is used when creating cluster
  • Loading branch information
nvthongswansea authored Oct 14, 2024
1 parent 2c560ed commit 9058200
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gridscale/resource_gridscale_k8s.go
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,6 @@ func deriveK8sTemplateFromRelease(client *gsclient.Client, release, currenTempla
if paasTemplate.Properties.Release == release {
derived = true
template = paasTemplate
break
}
}
}
Expand Down

0 comments on commit 9058200

Please sign in to comment.