Skip to content

Commit

Permalink
fix: template label
Browse files Browse the repository at this point in the history
  • Loading branch information
trev-dev committed Nov 7, 2024
1 parent ad11056 commit 0ad5cc8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions tools/openshift/backend.deployment.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
apiVersion: template.openshift.io/v1
kind: Template
labels:
template: "${REPO_NAME}-template"
metadata:
name: "${REPO_NAME}-backend-dc"
name: "${REPO_NAME}-backend-deployment"
labels:
template: "${REPO_NAME}-template"
objects:
- apiVersion: apps/v1
kind: Deployment
Expand Down
6 changes: 3 additions & 3 deletions tools/openshift/frontend.deployment.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
apiVersion: template.openshift.io/v1
kind: Template
labels:
template: "${REPO_NAME}-template"
metadata:
name: "${REPO_NAME}-frontend-dc"
name: "${REPO_NAME}-frontend-deployment"
labels:
template: "${REPO_NAME}-template"
objects:
- apiVersion: apps/v1
kind: Deployment
Expand Down

0 comments on commit 0ad5cc8

Please sign in to comment.