grafana / rollout-operator

Kubernetes Rollout Operator
Apache License 2.0
130 stars 17 forks source link

Allow for podSelectorKey #162

Open aallawala opened 1 month ago

aallawala commented 1 month ago

This PR allows for the Grafana Rollout Operator to customize the key used to select for pods. My org's internal infra uses a different label from name and customizing it is trickier than having the rollout operator use for a different key instead.

CLAassistant commented 1 month ago

CLA assistant check
All committers have signed the CLA.

aallawala commented 1 month ago

I see that https://github.com/grafana/rollout-operator/pull/18 is currently pending review. This would also solve our problem, if it is a better solution than this.