Hi All,
Been trying to deploy my container to Azure Kubernetes service, and keep getting this error
The Deployment "edi-transmission" is invalid:
* spec.template.metadata.labels: Invalid value: map[string]string{"Octopus.Kubernetes.DeploymentName":"edi-transmission", "Octopus.Step.Id":"ff591ede-7699-4f83-89f5-ea5e5f757070", "Octopus.Deployment.Tenant.Id":"untenanted", "Octopus.Environment.Id":"environments-441", "Octopus.Deployment.Id":"deployments-22732"}: `selector` does not match template `labels`
* spec.selector: Invalid value: v1.LabelSelector{MatchLabels:map[string]string{"app":"edi-transmission", "Octopus.Kubernetes.DeploymentName":"edi-transmission"}, MatchExpressions:[]v1.LabelSelectorRequirement(nil)}: field is immutable
Can’t decipher that that error is about, any ideas?