Skip to content

Commit

Permalink
Fix selector validation issue in admission-controller
Browse files Browse the repository at this point in the history
Closing issue cni-genie#203
  • Loading branch information
Libu Jacob Varghese committed May 7, 2020
1 parent e116214 commit 75c4783
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions conf/1.8/genie-complete.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,12 @@ apiVersion: apps/v1
metadata:
name: genie-network-admission-controller
namespace: kube-system
labels:
role: genie-network-admission-controller
spec:
selector:
matchLabels:
role: genie-network-admission-controller
template:
metadata:
labels:
Expand Down
5 changes: 5 additions & 0 deletions conf/1.8/genie-plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,12 @@ apiVersion: apps/v1
metadata:
name: genie-network-admission-controller
namespace: kube-system
labels:
role: genie-network-admission-controller
spec:
selector:
matchLabels:
role: genie-network-admission-controller
template:
metadata:
labels:
Expand Down

0 comments on commit 75c4783

Please sign in to comment.