Skip to content

Commit

Permalink
🐛 Allow KCP spec.version to be mutable
Browse files Browse the repository at this point in the history
Signed-off-by: Vince Prignano <[email protected]>
  • Loading branch information
vincepri committed Mar 6, 2020
1 parent 4d0192c commit 9165f44
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ func (in *KubeadmControlPlane) ValidateUpdate(old runtime.Object) error {
{spec, kubeadmConfigSpec, clusterConfiguration, "etcd", "local", "imageTag"},
{spec, "infrastructureTemplate", "name"},
{spec, "replicas"},
{spec, "version"},
}

allErrs := in.validateCommon()
Expand Down

0 comments on commit 9165f44

Please sign in to comment.