replace deprecated "app" label selector by "app.kubernetes.io/name" in
documents and examples
This commit is contained in:
@@ -24,7 +24,7 @@ local kp = (import 'kube-prometheus/main.libsonnet') + {
|
||||
],
|
||||
selector: {
|
||||
matchLabels: {
|
||||
app: 'myapp',
|
||||
'app.kubernetes.io/name': 'myapp',
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user