Skip to content

Commit

Permalink
chore(operator): add component label in admission-server pod
Browse files Browse the repository at this point in the history
Signed-off-by: prateekpandey14 <prateek.pandey@openebs.io>
  • Loading branch information
prateekpandey14 authored and kmova committed May 31, 2019
1 parent 41cbfbe commit 324778b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions k8s/openebs-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -453,9 +453,6 @@ kind: Deployment
metadata:
name: openebs-admission-server
namespace: openebs
labels:
app: admission-webhook
openebs.io/component: admission-server
spec:
replicas: 1
selector:
Expand All @@ -464,8 +461,9 @@ spec:
template:
metadata:
labels:
app: admission-webhook
name: admission-webhook
openebs.io/version: dev
openebs.io/component: admission-server
spec:
serviceAccountName: openebs-maya-operator
containers:
Expand Down

0 comments on commit 324778b

Please sign in to comment.