From 125b34ada6d182e4355a22fe0aa315202c79c965 Mon Sep 17 00:00:00 2001 From: prameetu20codes Date: Thu, 22 Jan 2026 10:47:01 +0530 Subject: [PATCH 01/30] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9c2050c..ea59770 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ # Harness Docs Repo This repo (`harness-docs`) contains examples for Harness quickstarts and other documentation. +#test line ## Links From b407eb0c86b0d5019f82241fe47e991b718312ef Mon Sep 17 00:00:00 2001 From: prameetu20codes Date: Thu, 22 Jan 2026 10:50:17 +0530 Subject: [PATCH 02/30] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ea59770..b649b3f 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # Harness Docs Repo This repo (`harness-docs`) contains examples for Harness quickstarts and other documentation. -#test line +#test line123 ## Links From 5debaf413e34d9c5cad23947978bc5fc3feb0f23 Mon Sep 17 00:00:00 2001 From: prameetu20codes Date: Wed, 28 Jan 2026 17:04:07 +0530 Subject: [PATCH 03/30] Update kustomization.yaml --- kustomize/helloWorld/kustomization.yaml | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/kustomize/helloWorld/kustomization.yaml b/kustomize/helloWorld/kustomization.yaml index 8e68559..323ec9e 100644 --- a/kustomize/helloWorld/kustomization.yaml +++ b/kustomize/helloWorld/kustomization.yaml @@ -1,14 +1,17 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization -# metadata: -# name: arbitrary -# Example configuration for the webserver -# at https://github.com/monopole/hello commonLabels: app: hello resources: -- deployment.yaml -- service.yaml -- configMap.yaml + - deployment.yaml + - service.yaml + +configMapGenerator: + - name: app-config + files: + - appsettings.json + +generatorOptions: + disableNameSuffixHash: true From f8742369a9359ac55a14be68f63db0f3e2ca8b64 Mon Sep 17 00:00:00 2001 From: prameetu20codes Date: Wed, 28 Jan 2026 17:08:05 +0530 Subject: [PATCH 04/30] Create appsettings.json --- kustomize/helloWorld/appsettings.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 kustomize/helloWorld/appsettings.json diff --git a/kustomize/helloWorld/appsettings.json b/kustomize/helloWorld/appsettings.json new file mode 100644 index 0000000..d95130e --- /dev/null +++ b/kustomize/helloWorld/appsettings.json @@ -0,0 +1,4 @@ +{ + "AltGreeting": "Good Morning!", + "EnableRisky": false +} From dd9c03de1cc30a5fba585ba23a494c58fb68d7df Mon Sep 17 00:00:00 2001 From: prameetu20codes Date: Wed, 28 Jan 2026 17:12:24 +0530 Subject: [PATCH 05/30] Delete kustomize/helloWorld/configMap.yaml --- kustomize/helloWorld/configMap.yaml | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 kustomize/helloWorld/configMap.yaml diff --git a/kustomize/helloWorld/configMap.yaml b/kustomize/helloWorld/configMap.yaml deleted file mode 100644 index e335ab8..0000000 --- a/kustomize/helloWorld/configMap.yaml +++ /dev/null @@ -1,7 +0,0 @@ -apiVersion: v1 -kind: ConfigMap -metadata: - name: the-map -data: - altGreeting: "Good Morning!" - enableRisky: "false" From 6750ecc132a0e178a2b29cf378f6d4440969be85 Mon Sep 17 00:00:00 2001 From: prameetu20codes Date: Wed, 28 Jan 2026 17:15:02 +0530 Subject: [PATCH 06/30] Update appsettings.json --- kustomize/helloWorld/appsettings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kustomize/helloWorld/appsettings.json b/kustomize/helloWorld/appsettings.json index d95130e..67be4bb 100644 --- a/kustomize/helloWorld/appsettings.json +++ b/kustomize/helloWorld/appsettings.json @@ -1,4 +1,4 @@ { "AltGreeting": "Good Morning!", - "EnableRisky": false + "EnableRisky": <+secrets.getValue("testid1")> } From 6924b1346ea8ccbc1afef3714132341fab914116 Mon Sep 17 00:00:00 2001 From: prameetu20codes Date: Wed, 28 Jan 2026 17:15:23 +0530 Subject: [PATCH 07/30] Update appsettings.json --- kustomize/helloWorld/appsettings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kustomize/helloWorld/appsettings.json b/kustomize/helloWorld/appsettings.json index 67be4bb..beed6ac 100644 --- a/kustomize/helloWorld/appsettings.json +++ b/kustomize/helloWorld/appsettings.json @@ -1,4 +1,4 @@ { "AltGreeting": "Good Morning!", - "EnableRisky": <+secrets.getValue("testid1")> + "EnableRisky": "<+secrets.getValue("secret_id_1")>" } From f5336e073475af3d5de260cb010aed7c426a5b7b Mon Sep 17 00:00:00 2001 From: prameetu20codes Date: Wed, 28 Jan 2026 17:26:02 +0530 Subject: [PATCH 08/30] Update appsettings.json --- kustomize/helloWorld/appsettings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kustomize/helloWorld/appsettings.json b/kustomize/helloWorld/appsettings.json index beed6ac..00ea3a0 100644 --- a/kustomize/helloWorld/appsettings.json +++ b/kustomize/helloWorld/appsettings.json @@ -1,4 +1,4 @@ { - "AltGreeting": "Good Morning!", - "EnableRisky": "<+secrets.getValue("secret_id_1")>" + "altGreeting": "Good Morning!", + "enableRisky": "<+secrets.getValue("secret_id_1")>" } From c6308aff6adf25fbdecb1f567c364c570de655eb Mon Sep 17 00:00:00 2001 From: prameetu20codes Date: Wed, 28 Jan 2026 17:28:30 +0530 Subject: [PATCH 09/30] Update deployment.yaml --- kustomize/helloWorld/deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kustomize/helloWorld/deployment.yaml b/kustomize/helloWorld/deployment.yaml index 00e5eb9..2f77ace 100644 --- a/kustomize/helloWorld/deployment.yaml +++ b/kustomize/helloWorld/deployment.yaml @@ -24,10 +24,10 @@ spec: - name: ALT_GREETING valueFrom: configMapKeyRef: - name: the-map + name: app-config key: altGreeting - name: ENABLE_RISKY valueFrom: configMapKeyRef: - name: the-map + name: app-config key: enableRisky From 5b1434d105c4ce348ff20c7c35a1fb2ac7d04f92 Mon Sep 17 00:00:00 2001 From: prameetu20codes Date: Thu, 29 Jan 2026 13:04:55 +0530 Subject: [PATCH 10/30] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b649b3f..6c4f585 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # Harness Docs Repo This repo (`harness-docs`) contains examples for Harness quickstarts and other documentation. -#test line123 +#testasasasassasa ## Links From a82a5b53b1479853fc470c83c55074f49141fa81 Mon Sep 17 00:00:00 2001 From: prameetu20codes Date: Thu, 29 Jan 2026 13:15:43 +0530 Subject: [PATCH 11/30] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c4f585..196e42d 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # Harness Docs Repo This repo (`harness-docs`) contains examples for Harness quickstarts and other documentation. -#testasasasassasa +#testasasasassasaasasasa ## Links From 4d397652904eb3f40be180c860291e9ee8cfe451 Mon Sep 17 00:00:00 2001 From: prameetu20codes Date: Thu, 29 Jan 2026 13:18:12 +0530 Subject: [PATCH 12/30] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 196e42d..aca7569 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # Harness Docs Repo This repo (`harness-docs`) contains examples for Harness quickstarts and other documentation. -#testasasasassasaasasasa +#testasasasassasaasasasaassasa ## Links From 65050bb822ff634f0d027098fff3e1a328064f63 Mon Sep 17 00:00:00 2001 From: prameetu20codes Date: Thu, 29 Jan 2026 13:24:43 +0530 Subject: [PATCH 13/30] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aca7569..427f035 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # Harness Docs Repo This repo (`harness-docs`) contains examples for Harness quickstarts and other documentation. -#testasasasassasaasasasaassasa +#testasasasassasaasasasaassasaasaasasas ## Links From 368ca3dcd3858c6dbd3a9ece68b433777c3936ac Mon Sep 17 00:00:00 2001 From: prameetu20codes Date: Thu, 29 Jan 2026 15:01:42 +0530 Subject: [PATCH 14/30] Update kustomization.yaml --- kustomize/helloWorld/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kustomize/helloWorld/kustomization.yaml b/kustomize/helloWorld/kustomization.yaml index 323ec9e..301f1a0 100644 --- a/kustomize/helloWorld/kustomization.yaml +++ b/kustomize/helloWorld/kustomization.yaml @@ -11,7 +11,7 @@ resources: configMapGenerator: - name: app-config files: - - appsettings.json + - manifest.json generatorOptions: disableNameSuffixHash: true From cf9242437b543b9573e67cc16720e24754fcd1fd Mon Sep 17 00:00:00 2001 From: prameetu20codes Date: Thu, 29 Jan 2026 15:10:28 +0530 Subject: [PATCH 15/30] Update kustomization.yaml --- kustomize/helloWorld/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kustomize/helloWorld/kustomization.yaml b/kustomize/helloWorld/kustomization.yaml index 301f1a0..5021165 100644 --- a/kustomize/helloWorld/kustomization.yaml +++ b/kustomize/helloWorld/kustomization.yaml @@ -11,7 +11,7 @@ resources: configMapGenerator: - name: app-config files: - - manifest.json + - /tmp/manifest.json generatorOptions: disableNameSuffixHash: true From 1c99f3103fef5a7fba5f10d3013483b273ace37a Mon Sep 17 00:00:00 2001 From: prameetu20codes Date: Thu, 29 Jan 2026 15:17:48 +0530 Subject: [PATCH 16/30] Update kustomization.yaml --- kustomize/helloWorld/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kustomize/helloWorld/kustomization.yaml b/kustomize/helloWorld/kustomization.yaml index 5021165..301f1a0 100644 --- a/kustomize/helloWorld/kustomization.yaml +++ b/kustomize/helloWorld/kustomization.yaml @@ -11,7 +11,7 @@ resources: configMapGenerator: - name: app-config files: - - /tmp/manifest.json + - manifest.json generatorOptions: disableNameSuffixHash: true From 70756332444bab85ee0e11ca247a10a038eed1df Mon Sep 17 00:00:00 2001 From: prameetu20codes Date: Fri, 30 Jan 2026 17:24:03 +0530 Subject: [PATCH 17/30] Update deployment.yaml --- kustomize/helloWorld/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kustomize/helloWorld/deployment.yaml b/kustomize/helloWorld/deployment.yaml index 2f77ace..b9de699 100644 --- a/kustomize/helloWorld/deployment.yaml +++ b/kustomize/helloWorld/deployment.yaml @@ -14,7 +14,7 @@ spec: spec: containers: - name: the-container - image: monopole/hello:1 + image: {{ .Values.image }} command: ["/hello", "--port=8080", "--enableRiskyFeature=$(ENABLE_RISKY)"] From 0fae96a606b0ae8ae2ac6977cf85fde5525c2cc8 Mon Sep 17 00:00:00 2001 From: prameetu20codes Date: Fri, 30 Jan 2026 17:24:34 +0530 Subject: [PATCH 18/30] Create values.yaml --- kustomize/helloWorld/values.yaml | 1 + 1 file changed, 1 insertion(+) create mode 100644 kustomize/helloWorld/values.yaml diff --git a/kustomize/helloWorld/values.yaml b/kustomize/helloWorld/values.yaml new file mode 100644 index 0000000..a164b84 --- /dev/null +++ b/kustomize/helloWorld/values.yaml @@ -0,0 +1 @@ +image: image From 565125e0bd5b727bcad587abb883ed5770c7c910 Mon Sep 17 00:00:00 2001 From: prameetu20codes Date: Fri, 30 Jan 2026 17:25:02 +0530 Subject: [PATCH 19/30] Update values.yaml --- kustomize/helloWorld/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kustomize/helloWorld/values.yaml b/kustomize/helloWorld/values.yaml index a164b84..0d30e31 100644 --- a/kustomize/helloWorld/values.yaml +++ b/kustomize/helloWorld/values.yaml @@ -1 +1 @@ -image: image +image: monopole/hello:1 From 5911d737b8ac2fb4c5f7df5e3f5f2137acce21e1 Mon Sep 17 00:00:00 2001 From: prameetu20codes Date: Sun, 1 Feb 2026 23:52:16 +0530 Subject: [PATCH 20/30] Delete kustomize/helloWorld/values.yaml --- kustomize/helloWorld/values.yaml | 1 - 1 file changed, 1 deletion(-) delete mode 100644 kustomize/helloWorld/values.yaml diff --git a/kustomize/helloWorld/values.yaml b/kustomize/helloWorld/values.yaml deleted file mode 100644 index 0d30e31..0000000 --- a/kustomize/helloWorld/values.yaml +++ /dev/null @@ -1 +0,0 @@ -image: monopole/hello:1 From dcfbdecf389e8a09fdd467e3ebc8ef2ae636e033 Mon Sep 17 00:00:00 2001 From: prameetu20codes Date: Sun, 1 Feb 2026 23:53:36 +0530 Subject: [PATCH 21/30] Create deploymentpatch.yaml --- kustomize/helloWorld/deploymentpatch.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 kustomize/helloWorld/deploymentpatch.yaml diff --git a/kustomize/helloWorld/deploymentpatch.yaml b/kustomize/helloWorld/deploymentpatch.yaml new file mode 100644 index 0000000..18284ca --- /dev/null +++ b/kustomize/helloWorld/deploymentpatch.yaml @@ -0,0 +1,10 @@ +apiVersion: apps/v1 +kind: Deployment +metadata: + name: the-deployment +spec: + template: + spec: + containers: + - name: the-container + image: <+artifact.image> From 4f62bcc523ebf76e27f9302ebd9e1f21459f2bfa Mon Sep 17 00:00:00 2001 From: prameetu20codes Date: Sun, 1 Feb 2026 23:54:15 +0530 Subject: [PATCH 22/30] Update kustomization.yaml --- kustomize/helloWorld/kustomization.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kustomize/helloWorld/kustomization.yaml b/kustomize/helloWorld/kustomization.yaml index 301f1a0..f229bef 100644 --- a/kustomize/helloWorld/kustomization.yaml +++ b/kustomize/helloWorld/kustomization.yaml @@ -8,10 +8,13 @@ resources: - deployment.yaml - service.yaml +patchesStrategicMerge: + - deploymentpatch.yaml + configMapGenerator: - name: app-config files: - - manifest.json + - appsettings.json generatorOptions: disableNameSuffixHash: true From b803ae5e3f6f5e1c3f667d21f35a37e61e6d5f27 Mon Sep 17 00:00:00 2001 From: prameetu20codes Date: Sun, 1 Feb 2026 23:55:54 +0530 Subject: [PATCH 23/30] Update deployment.yaml --- kustomize/helloWorld/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kustomize/helloWorld/deployment.yaml b/kustomize/helloWorld/deployment.yaml index b9de699..4410530 100644 --- a/kustomize/helloWorld/deployment.yaml +++ b/kustomize/helloWorld/deployment.yaml @@ -14,7 +14,7 @@ spec: spec: containers: - name: the-container - image: {{ .Values.image }} + image: alpine command: ["/hello", "--port=8080", "--enableRiskyFeature=$(ENABLE_RISKY)"] From 1a9f4c27f655ac93c915fe4cdec2edf0d277d59d Mon Sep 17 00:00:00 2001 From: prameetu20codes Date: Sun, 1 Feb 2026 23:57:32 +0530 Subject: [PATCH 24/30] Update deploymentpatch.yaml --- kustomize/helloWorld/deploymentpatch.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kustomize/helloWorld/deploymentpatch.yaml b/kustomize/helloWorld/deploymentpatch.yaml index 18284ca..d403b87 100644 --- a/kustomize/helloWorld/deploymentpatch.yaml +++ b/kustomize/helloWorld/deploymentpatch.yaml @@ -7,4 +7,4 @@ spec: spec: containers: - name: the-container - image: <+artifact.image> + image: <+artifacts.primary.image> From 17c30999fe5a741565bfe3db2b5ab4d7703c70d1 Mon Sep 17 00:00:00 2001 From: prameetu20codes Date: Mon, 2 Feb 2026 00:01:11 +0530 Subject: [PATCH 25/30] Rename kustomize/helloWorld/kustomization.yaml to kustomize/helloWorld/patches/kustomization.yaml --- kustomize/helloWorld/{ => patches}/kustomization.yaml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename kustomize/helloWorld/{ => patches}/kustomization.yaml (100%) diff --git a/kustomize/helloWorld/kustomization.yaml b/kustomize/helloWorld/patches/kustomization.yaml similarity index 100% rename from kustomize/helloWorld/kustomization.yaml rename to kustomize/helloWorld/patches/kustomization.yaml From d740a0419ef76c34e83fa03bb0b4d40ad2ed4b65 Mon Sep 17 00:00:00 2001 From: prameetu20codes Date: Mon, 2 Feb 2026 00:03:49 +0530 Subject: [PATCH 26/30] Rename kustomize/helloWorld/patches/kustomization.yaml to kustomize/helloWorld/kustomization.yaml --- kustomize/helloWorld/{patches => }/kustomization.yaml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename kustomize/helloWorld/{patches => }/kustomization.yaml (100%) diff --git a/kustomize/helloWorld/patches/kustomization.yaml b/kustomize/helloWorld/kustomization.yaml similarity index 100% rename from kustomize/helloWorld/patches/kustomization.yaml rename to kustomize/helloWorld/kustomization.yaml From b0307a6dc25949be98d83fbb6e4f1b86436017d8 Mon Sep 17 00:00:00 2001 From: prameetu20codes Date: Mon, 2 Feb 2026 00:04:01 +0530 Subject: [PATCH 27/30] Rename kustomize/helloWorld/deploymentpatch.yaml to kustomize/helloWorld/patches/deploymentpatch.yaml --- kustomize/helloWorld/{ => patches}/deploymentpatch.yaml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename kustomize/helloWorld/{ => patches}/deploymentpatch.yaml (100%) diff --git a/kustomize/helloWorld/deploymentpatch.yaml b/kustomize/helloWorld/patches/deploymentpatch.yaml similarity index 100% rename from kustomize/helloWorld/deploymentpatch.yaml rename to kustomize/helloWorld/patches/deploymentpatch.yaml From 8a160b1c50aa7e1235a657586aee363aa885c2ba Mon Sep 17 00:00:00 2001 From: prameetu20codes Date: Mon, 2 Feb 2026 00:05:26 +0530 Subject: [PATCH 28/30] Update kustomization.yaml --- kustomize/helloWorld/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kustomize/helloWorld/kustomization.yaml b/kustomize/helloWorld/kustomization.yaml index f229bef..c7ce69c 100644 --- a/kustomize/helloWorld/kustomization.yaml +++ b/kustomize/helloWorld/kustomization.yaml @@ -9,7 +9,7 @@ resources: - service.yaml patchesStrategicMerge: - - deploymentpatch.yaml + - patches/deploymentpatch.yaml configMapGenerator: - name: app-config From 6c33a2bb05f1cedeec9d72386a0c6de989b70233 Mon Sep 17 00:00:00 2001 From: prameetu20codes Date: Mon, 2 Feb 2026 15:30:07 +0530 Subject: [PATCH 29/30] Update deployment.yaml --- kustomize/helloWorld/deployment.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/kustomize/helloWorld/deployment.yaml b/kustomize/helloWorld/deployment.yaml index 4410530..e9e9a0b 100644 --- a/kustomize/helloWorld/deployment.yaml +++ b/kustomize/helloWorld/deployment.yaml @@ -14,7 +14,6 @@ spec: spec: containers: - name: the-container - image: alpine command: ["/hello", "--port=8080", "--enableRiskyFeature=$(ENABLE_RISKY)"] From c798f7d2035d9ba593c96c8713cf9d5ca58174d8 Mon Sep 17 00:00:00 2001 From: prameetu20codes Date: Tue, 3 Feb 2026 15:26:30 +0530 Subject: [PATCH 30/30] Update kustomization.yaml --- kustomize/helloWorld/kustomization.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kustomize/helloWorld/kustomization.yaml b/kustomize/helloWorld/kustomization.yaml index c7ce69c..4f7d8ff 100644 --- a/kustomize/helloWorld/kustomization.yaml +++ b/kustomize/helloWorld/kustomization.yaml @@ -8,8 +8,8 @@ resources: - deployment.yaml - service.yaml -patchesStrategicMerge: - - patches/deploymentpatch.yaml +patches: + - path: patches/deploymentpatch.yaml configMapGenerator: - name: app-config