Skip to content

Commit

Permalink
Merge pull request kubevirt#243 from mmirecki/master
Browse files Browse the repository at this point in the history
Add app label to kubemacpool
  • Loading branch information
phoracek authored Sep 25, 2019
2 parents 3df19f5 + 2ea51c1 commit 7b55bbe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions data/kubemacpool/003-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ metadata:
labels:
control-plane: mac-controller-manager
controller-tools.k8s.io: "1.0"
app: kubemacpool
name: kubemacpool-mac-controller-manager
namespace: {{ .Namespace }}
spec:
Expand All @@ -18,6 +19,7 @@ spec:
labels:
control-plane: mac-controller-manager
controller-tools.k8s.io: "1.0"
app: kubemacpool
spec:
affinity:
podAntiAffinity:
Expand Down

0 comments on commit 7b55bbe

Please sign in to comment.