From 112ae732035b8669ac225a80695ea12a0db08931 Mon Sep 17 00:00:00 2001 From: icechen Date: Mon, 10 Jan 2022 02:34:09 +0800 Subject: [PATCH] update --- go_handler/go_handler_template/go_api_production_pipeline.go | 1 - go_handler/go_handler_template/go_api_test_pipeline.go | 1 - go_handler/go_handler_template/go_service_production_pipeline.go | 1 - go_handler/go_handler_template/go_service_test_pipeline.go | 1 - 4 files changed, 4 deletions(-) diff --git a/go_handler/go_handler_template/go_api_production_pipeline.go b/go_handler/go_handler_template/go_api_production_pipeline.go index 71b5f2c..0590adb 100644 --- a/go_handler/go_handler_template/go_api_production_pipeline.go +++ b/go_handler/go_handler_template/go_api_production_pipeline.go @@ -36,7 +36,6 @@ steps: chart: ./{{ .Root }}/deploy release: api-{{ .Name }} wait: true - debug: true namespace: {{ .NameSpace }} values: - nameSpace={{ .NameSpace }} diff --git a/go_handler/go_handler_template/go_api_test_pipeline.go b/go_handler/go_handler_template/go_api_test_pipeline.go index 12d3a44..d2c4fb1 100644 --- a/go_handler/go_handler_template/go_api_test_pipeline.go +++ b/go_handler/go_handler_template/go_api_test_pipeline.go @@ -36,7 +36,6 @@ steps: chart: ./{{ .Root }}/deploy release: api-{{ .Name }}-test wait: true - debug: true namespace: {{ .NameSpace }} values: - nameSpace={{ .NameSpace }} diff --git a/go_handler/go_handler_template/go_service_production_pipeline.go b/go_handler/go_handler_template/go_service_production_pipeline.go index 76830ce..5983ec2 100644 --- a/go_handler/go_handler_template/go_service_production_pipeline.go +++ b/go_handler/go_handler_template/go_service_production_pipeline.go @@ -36,7 +36,6 @@ steps: chart: ./{{ .Root }}/deploy release: service-{{ .Name }} wait: true - debug: true namespace: {{ .NameSpace }} values: - nameSpace={{ .NameSpace }} diff --git a/go_handler/go_handler_template/go_service_test_pipeline.go b/go_handler/go_handler_template/go_service_test_pipeline.go index fd9fb3b..2ce3974 100644 --- a/go_handler/go_handler_template/go_service_test_pipeline.go +++ b/go_handler/go_handler_template/go_service_test_pipeline.go @@ -36,7 +36,6 @@ steps: chart: ./{{ .Root }}/deploy release: service-{{ .Name }}-test wait: true - debug: true namespace: {{ .NameSpace }} values: - nameSpace={{ .NameSpace }}