We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e6f12a commit fbfaeccCopy full SHA for fbfaecc
charts/operator/templates/deployment.yaml
@@ -7,14 +7,16 @@ metadata:
7
spec:
8
selector:
9
matchLabels:
10
- app: metabase
+ app.kubernetes.io/name: {{ .Chart.Name }}
11
+ app.kubernetes.io/component: "operator"
12
replicas: 1
13
strategy:
14
type: Recreate
15
template:
16
metadata:
17
labels:
18
19
20
21
serviceAccountName: {{ .Chart.Name }}
22
containers:
0 commit comments