Skip to content

Commit

Permalink
Removed id from routes (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
garethahealy committed Apr 28, 2020
1 parent 82a03fa commit 277b4b1
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 12 deletions.
1 change: 0 additions & 1 deletion basic-dotnet-core/.openshift/templates/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ objects:
selector:
deploymentConfig: ${APPLICATION_NAME}
- apiVersion: v1
id: ${APPLICATION_NAME}-http
kind: Route
metadata:
annotations:
Expand Down
1 change: 0 additions & 1 deletion basic-nginx/.openshift/deployment/template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ objects:
name: ${APPLICATION_NAME}
namespace: ${APPLICATION_NAME}${ENV}
- apiVersion: v1
id: ${APPLICATION_NAME}-http
kind: Route
metadata:
annotations:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ objects:
selector:
deploymentConfig: ${APPLICATION_NAME}
- apiVersion: v1
id: ${APPLICATION_NAME}-http
kind: Route
metadata:
annotations:
Expand Down
1 change: 0 additions & 1 deletion basic-tomcat/.openshift/deployment/template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ objects:
name: ${APPLICATION_NAME}
namespace: ${APPLICATION_NAME}${ENV}
- apiVersion: v1
id: ${APPLICATION_NAME}-http
kind: Route
metadata:
annotations:
Expand Down
3 changes: 0 additions & 3 deletions blue-green-spring/.openshift/deployment/template-bg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ objects:
selector:
deploymentConfig: ${APPLICATION_NAME}-blue
- apiVersion: v1
id: ${APPLICATION_NAME}-http
kind: Route
metadata:
annotations:
Expand All @@ -55,7 +54,6 @@ objects:
to:
name: ${APPLICATION_NAME}-blue
- apiVersion: v1
id: ${APPLICATION_NAME}-http
kind: Route
metadata:
annotations:
Expand All @@ -69,7 +67,6 @@ objects:
to:
name: ${APPLICATION_NAME}-blue
- apiVersion: v1
id: ${APPLICATION_NAME}-http
kind: Route
metadata:
annotations:
Expand Down
1 change: 0 additions & 1 deletion blue-green-spring/.openshift/deployment/template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ objects:
selector:
deploymentConfig: ${APPLICATION_NAME}
- apiVersion: v1
id: ${APPLICATION_NAME}-http
kind: Route
metadata:
annotations:
Expand Down
1 change: 0 additions & 1 deletion cucumber-selenium-grid/applier/templates/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ objects:
selector:
deploymentConfig: ${APPLICATION_NAME}
- apiVersion: v1
id: ${APPLICATION_NAME}-http
kind: Route
metadata:
annotations:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ objects:
selector:
deploymentConfig: ${APPLICATION_NAME}
- apiVersion: v1
id: ${APPLICATION_NAME}-http
kind: Route
metadata:
annotations:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ objects:
selector:
deploymentConfig: ${APPLICATION_NAME}
- apiVersion: v1
id: ${APPLICATION_NAME}-http
kind: Route
metadata:
annotations:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ objects:
selector:
deploymentConfig: ${APPLICATION_NAME}
- apiVersion: v1
id: ${APPLICATION_NAME}-http
kind: Route
metadata:
annotations:
Expand Down

0 comments on commit 277b4b1

Please sign in to comment.