Skip to content

Commit

Permalink
dzsdfg
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-cox committed Nov 1, 2024
1 parent f5beb84 commit e055cb3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cypress/e2e/blueprints/other-products/v2-monitoring.js
Original file line number Diff line number Diff line change
Expand Up @@ -1931,7 +1931,7 @@ const alertManagerConfigsGet = {
createTypes: { 'monitoring.coreos.com.alertmanagerconfig': 'https://209.97.184.234.sslip.io/k8s/clusters/local/v1/monitoring.coreos.com.alertmanagerconfigs' },
actions: {},
resourceType: 'monitoring.coreos.com.alertmanagerconfig',
revision: CYPRESS_SAFE_RESOURCE_REVISION
revision: CYPRESS_SAFE_RESOURCE_REVISION,
data: [
{
id: 'default/test-alert',
Expand Down Expand Up @@ -2366,7 +2366,7 @@ const prometheusRulesGet = {
createTypes: { 'monitoring.coreos.com.prometheusrule': 'https://209.97.184.234.sslip.io/k8s/clusters/local/v1/monitoring.coreos.com.prometheusrules' },
actions: {},
resourceType: 'monitoring.coreos.com.prometheusrule',
revision: CYPRESS_SAFE_RESOURCE_REVISION
revision: CYPRESS_SAFE_RESOURCE_REVISION,
count: 27,
data: [
{
Expand Down Expand Up @@ -6902,7 +6902,7 @@ const prometheusesGet = {
createTypes: { 'monitoring.coreos.com.prometheus': 'https://209.97.184.234.sslip.io/k8s/clusters/local/v1/monitoring.coreos.com.prometheuses' },
actions: {},
resourceType: 'monitoring.coreos.com.prometheus',
revision: CYPRESS_SAFE_RESOURCE_REVISION
revision: CYPRESS_SAFE_RESOURCE_REVISION,
count: 1,
data: [
{
Expand Down

0 comments on commit e055cb3

Please sign in to comment.