Skip to content

Commit a22201b

Browse files
Rm victor node generation
1 parent 7a0bf5f commit a22201b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eksctl/victor.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ local c = cluster.makeCluster(
2828
instanceType: 'g4dn.xlarge',
2929
},
3030
],
31-
nodeGroupGenerations=['b', 'c']
31+
nodeGroupGenerations=['c']
3232
);
3333
c

0 commit comments

Comments
 (0)