Skip to content

Commit

Permalink
feat(operator): adds the openebs.io/version label to the OpenEBS cont…
Browse files Browse the repository at this point in the history
…rol plane pods

Signed-off-by: mittachaitu <sai.chaithanya@mayadata.io>
  • Loading branch information
mittachaitu authored and kmova committed May 11, 2019
1 parent 935ea81 commit c477594
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions k8s/openebs-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ spec:
labels:
name: maya-apiserver
openebs.io/component-name: maya-apiserver
openebs.io/version: dev
spec:
serviceAccountName: openebs-maya-operator
containers:
Expand Down Expand Up @@ -192,6 +193,7 @@ spec:
labels:
name: openebs-provisioner
openebs.io/component-name: openebs-provisioner
openebs.io/version: dev
spec:
serviceAccountName: openebs-maya-operator
containers:
Expand Down Expand Up @@ -245,6 +247,7 @@ spec:
labels:
name: openebs-snapshot-operator
openebs.io/component-name: openebs-snapshot-operator
openebs.io/version: dev
spec:
serviceAccountName: openebs-maya-operator
containers:
Expand Down Expand Up @@ -342,6 +345,7 @@ spec:
labels:
name: openebs-ndm
openebs.io/component-name: ndm
openebs.io/version: dev
spec:
# By default the node-disk-manager will be run on all kubernetes nodes
# If you would like to limit this to only some nodes, say the nodes
Expand Down Expand Up @@ -458,6 +462,7 @@ spec:
metadata:
labels:
app: admission-webhook
openebs.io/version: dev
spec:
serviceAccountName: openebs-maya-operator
containers:
Expand Down Expand Up @@ -514,6 +519,7 @@ spec:
labels:
name: openebs-localpv-provisioner
openebs.io/component-name: openebs-localpv-provisioner
openebs.io/version: dev
spec:
serviceAccountName: openebs-maya-operator
containers:
Expand Down

0 comments on commit c477594

Please sign in to comment.