You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When updating the matchlabels for a workload (say, a deployment), updating the pod selector does not update the output of the toPodSelectorConfig function
Reproduction Steps:
Create a deployment, and update the selector labels:
Description of the bug:
When updating the matchlabels for a workload (say, a deployment), updating the pod selector does not update the output of the toPodSelectorConfig function
Reproduction Steps:
Create a deployment, and update the selector labels:
Results in the correct matchLabels in my deployment
However, when trying to use said deployment for a Service (or any other thing that uses an IPodSelector)
Results in
Environment:
Other:
This is 🐛 Bug Report
The text was updated successfully, but these errors were encountered: