fix(k8s): update label to use recommended format #90
Reference in New Issue
Block a user
Delete Branch "update-labels-to-k8s-app-name"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Replace the app label with the app.kubernetes.io/name
format in the deployment configuration to follow best
practices for Kubernetes labeling conventions. This
ensures better compatibility with tooling and promotes
standardization across deployments.