From c1dfbf267336538d4fd663e4bcc302bf222d5dea Mon Sep 17 00:00:00 2001 From: Mani Marothu Date: Tue, 24 Sep 2024 09:22:33 -0700 Subject: [PATCH] Added cicd automation for workshop Signed-off-by: Mani Marothu --- cicd/backstage-templates/entities/basic/template.yaml | 4 ++-- cicd/backstage-templates/entities/ci-cd/template.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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: