Closed jstrachan closed 3 years ago
we currently use this command to annotate deployments...
jx gitops annotate --pod-spec --dir $(OUTPUT_DIR)/namespaces --kind Deployment --selector git.jenkins-x.io/sha=annotate git.jenkins-x.io/sha=$(GIT_SHA)
though this creates unnecessary merge conflicts for promote PRs.
So lets avoid changing git for this and just do this annotation on the live k8s objects
we currently use this command to annotate deployments...
though this creates unnecessary merge conflicts for promote PRs.
So lets avoid changing git for this and just do this annotation on the live k8s objects