Added quotes around label key
This commit is contained in:
@@ -73,7 +73,7 @@ function(params) {
|
|||||||
spec: {
|
spec: {
|
||||||
selector: {
|
selector: {
|
||||||
matchLabels: {
|
matchLabels: {
|
||||||
app.kubernetes.io/name: 'grafana',
|
'app.kubernetes.io/name': 'grafana',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
endpoints: [{
|
endpoints: [{
|
||||||
|
|||||||
Reference in New Issue
Block a user