mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-11-29 07:56:47 -05:00
kubernetes version: rename latest -> default
Signed-off-by: Malte Poll <mp@edgeless.systems>
This commit is contained in:
parent
d995558ffd
commit
57e77ee53f
8 changed files with 28 additions and 28 deletions
|
|
@ -42,7 +42,7 @@ func TestIssueJoinTicket(t *testing.T) {
|
|||
CACertHashes: []string{"hash"},
|
||||
Token: "token",
|
||||
}
|
||||
testK8sVersion := versions.Latest
|
||||
testK8sVersion := versions.Default
|
||||
|
||||
testCases := map[string]struct {
|
||||
isControlPlane bool
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue