diff --git a/shubham_tuteja/test_file1.yaml b/shubham_tuteja/test_file1.yaml new file mode 100644 index 00000000..13bb622a --- /dev/null +++ b/shubham_tuteja/test_file1.yaml @@ -0,0 +1,28 @@ +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: {} + +# trying to create a PR