From 9bd8cf446ca0793f1c7b2ad7aed11a76adc83f6a Mon Sep 17 00:00:00 2001 From: shubham-tuteja Date: Thu, 28 Nov 2024 12:03:12 +0530 Subject: [PATCH 1/2] Create test_file1.yaml Creating a temp file --- shubham_tuteja/test_file1.yaml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 shubham_tuteja/test_file1.yaml diff --git a/shubham_tuteja/test_file1.yaml b/shubham_tuteja/test_file1.yaml new file mode 100644 index 00000000..011c6037 --- /dev/null +++ b/shubham_tuteja/test_file1.yaml @@ -0,0 +1,26 @@ +apiVersion: apps/v1 +kind: Deployment +metadata: + creationTimestamp: null + labels: + app: vote + tier: front + name: vote +spec: + replicas: 2 + selector: + matchLabels: + app: vote + strategy: {} + template: + metadata: + creationTimestamp: null + labels: + app: vote + tier: front + spec: + containers: + - image: schoolofdevops/vote:v1 + name: vote + resources: {} +status: {} From 91924b3e8baa0cbcda4f45ba6f22cd520aa55756 Mon Sep 17 00:00:00 2001 From: shubham-tuteja Date: Thu, 28 Nov 2024 12:59:14 +0530 Subject: [PATCH 2/2] Update test_file1.yaml --- shubham_tuteja/test_file1.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/shubham_tuteja/test_file1.yaml b/shubham_tuteja/test_file1.yaml index 011c6037..13bb622a 100644 --- a/shubham_tuteja/test_file1.yaml +++ b/shubham_tuteja/test_file1.yaml @@ -24,3 +24,5 @@ spec: name: vote resources: {} status: {} + +# trying to create a PR