diff --git a/cicd/backstage-templates/entities/basic/template.yaml b/cicd/backstage-templates/entities/basic/template.yaml index d83a050..71807b6 100644 --- a/cicd/backstage-templates/entities/basic/template.yaml +++ b/cicd/backstage-templates/entities/basic/template.yaml @@ -1,9 +1,9 @@ apiVersion: scaffolder.backstage.io/v1beta3 kind: Template metadata: - description: Creates a Simple Kubernetes Deployment + description: Creates a Simple Kubernetes Deployment on Remote EKS name: basic - title: Create Simple Deployment on EKS + title: Deploy an Application on EKS spec: owner: guest type: service diff --git a/cicd/backstage-templates/entities/ci-cd/template.yaml b/cicd/backstage-templates/entities/ci-cd/template.yaml index 5a0da88..7fe9d29 100644 --- a/cicd/backstage-templates/entities/ci-cd/template.yaml +++ b/cicd/backstage-templates/entities/ci-cd/template.yaml @@ -1,9 +1,9 @@ apiVersion: scaffolder.backstage.io/v1beta3 kind: Template metadata: - description: Creates CI and CD Workflows and Deploy on Remote EKS + description: Creates CI and CD Workflows and Deploy Apps on Remote EKS name: eks-ci-cd - title: CICD on EKS + title: Deploy an Application with CICD on EKS tags: - go spec: