aboutsummaryrefslogtreecommitdiffstats
path: root/src/monitor/deploy/operator.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'src/monitor/deploy/operator.yaml')
-rw-r--r--src/monitor/deploy/operator.yaml6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/monitor/deploy/operator.yaml b/src/monitor/deploy/operator.yaml
index 9affeaaa..a06c07d3 100644
--- a/src/monitor/deploy/operator.yaml
+++ b/src/monitor/deploy/operator.yaml
@@ -2,15 +2,17 @@ apiVersion: apps/v1
kind: Deployment
metadata:
name: monitor
+ labels:
+ "emco/deployment-id": "bionic-beaver"
spec:
replicas: 1
selector:
matchLabels:
- name: monitor
+ "emco/deployment-id": "bionic-beaver"
template:
metadata:
labels:
- name: monitor
+ "emco/deployment-id": "bionic-beaver"
spec:
serviceAccountName: monitor
containers: