I’ve finally gotten around to setting up Drone CI on the Kubernetes cluster here, however I’ve run into some issues. One of these issues is Drone updating specs which aren’t allowed to be updated:
Build Docker: Pod "drone-cohli9zzp4ct6d4x2wgj" is invalid: spec: Forbidden: pod updates may not change fields other than `spec.containers[*].image`, `spec.initContainers[*].image`, `spec.activeDeadlineSeconds` or `spec.tolerations` (only additions to existing tolerations) core.PodSpec{ Volumes: {{Name: "drone-pz5ehmjo3lc6126zjy1d", VolumeSource: {EmptyDir: &{}}}, {Name: "drone-s3gmsg3ec5h9osk9afli", VolumeSource: {DownwardAPI: &{Items: {{Path: "env", FieldRef: &{APIVersion: "v1", FieldPath: "m
This error occurs on, if I am to guess, 1 out of 5 builds.