grafana / rollout-operator

Kubernetes Rollout Operator
Apache License 2.0
141 stars 20 forks source link

Allow for podSelectorKey #162

Open aallawala opened 4 months ago

aallawala commented 4 months 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 4 months ago

CLA assistant check
All committers have signed the CLA.

aallawala commented 4 months 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.