From d73a69b4b9d0f3113a18b62fff5882bc5204fddf Mon Sep 17 00:00:00 2001 From: Luke Hertert Date: Fri, 10 Sep 2021 04:48:56 -0400 Subject: [PATCH 1/6] Create pipeline mvcapp --- .harness/build.yaml | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 .harness/build.yaml diff --git a/.harness/build.yaml b/.harness/build.yaml new file mode 100644 index 0000000..200ddbd --- /dev/null +++ b/.harness/build.yaml @@ -0,0 +1,40 @@ +pipeline: + name: mvcapp + identifier: mvcapp + projectIdentifier: luke + orgIdentifier: default + tags: {} + properties: + ci: + codebase: + connectorRef: luke_github + repoName: mvcapp + build: <+input> + stages: + - stage: + name: Build + identifier: build + description: "" + type: CI + spec: + cloneCodebase: true + infrastructure: + type: KubernetesDirect + spec: + connectorRef: minikube + namespace: ci + execution: + steps: + - step: + type: Plugin + name: Build docker image + identifier: Build_docker_image + spec: + connectorRef: luke_docker_hub + image: plugins/docker + privileged: false + settings: + dry_run: "true" + repo: ldhertert/mvcapp + imagePullPolicy: IfNotPresent + variables: [] From cb85fd9275cca91fb3b0db6a919e7d3a79439189 Mon Sep 17 00:00:00 2001 From: Luke Hertert Date: Fri, 10 Sep 2021 04:54:53 -0400 Subject: [PATCH 2/6] Update pipeline mvcapp From 45eb50e26acc9be96a68971601ec9ff5fc4e0186 Mon Sep 17 00:00:00 2001 From: Luke Hertert Date: Fri, 10 Sep 2021 04:56:19 -0400 Subject: [PATCH 3/6] Delete mvcapp --- .harness/build.yaml | 40 ---------------------------------------- 1 file changed, 40 deletions(-) delete mode 100644 .harness/build.yaml diff --git a/.harness/build.yaml b/.harness/build.yaml deleted file mode 100644 index 200ddbd..0000000 --- a/.harness/build.yaml +++ /dev/null @@ -1,40 +0,0 @@ -pipeline: - name: mvcapp - identifier: mvcapp - projectIdentifier: luke - orgIdentifier: default - tags: {} - properties: - ci: - codebase: - connectorRef: luke_github - repoName: mvcapp - build: <+input> - stages: - - stage: - name: Build - identifier: build - description: "" - type: CI - spec: - cloneCodebase: true - infrastructure: - type: KubernetesDirect - spec: - connectorRef: minikube - namespace: ci - execution: - steps: - - step: - type: Plugin - name: Build docker image - identifier: Build_docker_image - spec: - connectorRef: luke_docker_hub - image: plugins/docker - privileged: false - settings: - dry_run: "true" - repo: ldhertert/mvcapp - imagePullPolicy: IfNotPresent - variables: [] From a9b3dde1d4f9e13e802179427c2f85f8df89df93 Mon Sep 17 00:00:00 2001 From: Luke Hertert Date: Fri, 10 Sep 2021 11:01:20 -0400 Subject: [PATCH 4/6] Create resources.yaml --- charts/templates/resources.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 charts/templates/resources.yaml diff --git a/charts/templates/resources.yaml b/charts/templates/resources.yaml new file mode 100644 index 0000000..77db5f9 --- /dev/null +++ b/charts/templates/resources.yaml @@ -0,0 +1,4 @@ +apiVersion: v1 +kind: Namespace +metadata: + name: {{ .Values.namespace }} From f430029118394ee8ffd5c2a6201c2d4b302f9896 Mon Sep 17 00:00:00 2001 From: Luke Hertert Date: Fri, 10 Sep 2021 11:03:25 -0400 Subject: [PATCH 5/6] Create values.yaml --- charts/values.yaml | 1 + 1 file changed, 1 insertion(+) create mode 100644 charts/values.yaml diff --git a/charts/values.yaml b/charts/values.yaml new file mode 100644 index 0000000..9358b87 --- /dev/null +++ b/charts/values.yaml @@ -0,0 +1 @@ +namespace: new-ns From ace57a909feca3ebefaf36ca9b16aa551239f330 Mon Sep 17 00:00:00 2001 From: ldhertert Date: Fri, 10 Sep 2021 15:45:47 +0000 Subject: [PATCH 6/6] Add new file --- output.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 output.txt diff --git a/output.txt b/output.txt new file mode 100644 index 0000000..df79fa1 --- /dev/null +++ b/output.txt @@ -0,0 +1 @@ +mvcapp