Skip to content

Commit

Permalink
Merge pull request #1055 from akram/fix-monitored-templates
Browse files Browse the repository at this point in the history
Bug 1836032: Fix kind in ServiceMonitor for persistent template
  • Loading branch information
openshift-merge-robot committed May 17, 2020
2 parents 3e88827 + 0a4603e commit 86aed40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openshift/templates/jenkins-persistent-monitored.json
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@
},
{
"apiVersion": "monitoring.coreos.com/v1",
"kind": " servicemonitor.monitoring.coreos.com",
"kind": "ServiceMonitor",
"metadata": {
"labels": {
"app": "${NAME}",
Expand Down Expand Up @@ -391,4 +391,4 @@
"value": "false"
}
]
}
}

0 comments on commit 86aed40

Please sign in to comment.