Skip to content

Commit fbfaecc

Browse files
Update operator labels
1 parent 1e6f12a commit fbfaecc

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

charts/operator/templates/deployment.yaml

+4-2
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,16 @@ metadata:
77
spec:
88
selector:
99
matchLabels:
10-
app: metabase
10+
app.kubernetes.io/name: {{ .Chart.Name }}
11+
app.kubernetes.io/component: "operator"
1112
replicas: 1
1213
strategy:
1314
type: Recreate
1415
template:
1516
metadata:
1617
labels:
17-
app: metabase
18+
app.kubernetes.io/name: {{ .Chart.Name }}
19+
app.kubernetes.io/component: "operator"
1820
spec:
1921
serviceAccountName: {{ .Chart.Name }}
2022
containers:

0 commit comments

Comments
 (0)