SysbeeTech / kubedeploy

Kubedeploy
https://kubedeploy.app/
Apache License 2.0
5 stars 2 forks source link

podExtraLabels should only apply to pod templates #36

Closed btoic closed 8 months ago

btoic commented 8 months ago

Expected Behavior

podExtraLabels should apply only to pod templates

Current Behavior

podExtraLabels is applied to all resources deployed.

Steps to Reproduce (for bugs)

  1. Deploy statefulset
  2. add podExtraLabels
  3. new deploy will fail as it will try to modify immutable statefulset labels as well

Your Environment