Ali Zaidi
Results
3
comments of
Ali Zaidi
> @alizaidis I think you are already adding that example? Yes, commit incoming!
@mimowo Rebase complete, would appreciate a review!
Example for matchLabels: ``` namespaceSelector: matchLabels: kubernetes.io/metadata.name: team-a ``` Example for matchExpressions: ``` matchExpressions: - key: kubernetes.io/metadata.name operator: In values: - team-a - team-b - team-c ```