From fe6d4a36ed1fccd80c075fb0bdc9114282e804eb Mon Sep 17 00:00:00 2001 From: velprak <82361113+velprak@users.noreply.github.com> Date: Tue, 22 Mar 2022 09:52:55 +0530 Subject: [PATCH] Create argo.deployment.yaml --- argo.deployment.yaml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 argo.deployment.yaml diff --git a/argo.deployment.yaml b/argo.deployment.yaml new file mode 100644 index 0000000..6bed06c --- /dev/null +++ b/argo.deployment.yaml @@ -0,0 +1,30 @@ +api version: apps/v1 +kind: Deployment +metadata: + creationTimestamp: null + labels: + apps: argo + name: argo +spec: + repilcas:1 + selector: + metchLabels: + apps: argo + strategy: {} + template: + metadata: + creationTimestamp: null + labels: + app: argo + spec: + containers: + - image:quay.io/redhattataclick/argo:latest + name: argo + env: + - name: COLOR + value: "blue" + resources: {} +--- + + +