diff --git a/test/fixtures/app-scenarios/k8s-sample-app.json b/test/fixtures/app-scenarios/k8s-sample-app.json index 360b11bb84ff..f2fb902f85eb 100644 --- a/test/fixtures/app-scenarios/k8s-sample-app.json +++ b/test/fixtures/app-scenarios/k8s-sample-app.json @@ -16,14 +16,16 @@ "spec": { "replicas": 1, "selector": { - "name": "database" + "name": "database", + "deconflict": "database.app" }, "template": { "metadata": { "creationTimestamp": null, "labels": { "name": "database", - "template": "ruby-helloworld-sample" + "template": "ruby-helloworld-sample", + "deconflict": "database.app" } }, "spec": { @@ -79,14 +81,16 @@ "spec": { "replicas": 3, "selector": { - "name": "frontend" + "name": "frontend", + "deconflict": "frontend.app" }, "template": { "metadata": { "creationTimestamp": null, "labels": { "name": "frontend", - "template": "ruby-helloworld-sample" + "template": "ruby-helloworld-sample", + "deconflict": "frontend.app" } }, "spec": { diff --git a/test/fixtures/app-scenarios/k8s-unserviced-rc.json b/test/fixtures/app-scenarios/k8s-unserviced-rc.json index 3873bf708fdd..b879beb469bc 100644 --- a/test/fixtures/app-scenarios/k8s-unserviced-rc.json +++ b/test/fixtures/app-scenarios/k8s-unserviced-rc.json @@ -16,14 +16,16 @@ "spec": { "replicas": 1, "selector": { - "name": "database" + "name": "database", + "deconflict": "database.rc" }, "template": { "metadata": { "creationTimestamp": null, "labels": { "name": "database", - "template": "ruby-helloworld-sample" + "template": "ruby-helloworld-sample", + "deconflict": "database.rc" } }, "spec": { @@ -79,14 +81,16 @@ "spec": { "replicas": 3, "selector": { - "name": "frontend" + "name": "frontend", + "deconflict": "frontend.rc" }, "template": { "metadata": { "creationTimestamp": null, "labels": { "name": "frontend", - "template": "ruby-helloworld-sample" + "template": "ruby-helloworld-sample", + "deconflict": "frontend.rc" } }, "spec": {