From 528294f8435c637ba91077e9b6fdada89056a985 Mon Sep 17 00:00:00 2001 From: hongming Date: Mon, 26 Jun 2023 10:21:40 +0800 Subject: [PATCH] refactor: code reformat (#5786) --- .../client/openpitrix/helmwrapper/post_renderer_kustomize.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/simple/client/openpitrix/helmwrapper/post_renderer_kustomize.go b/pkg/simple/client/openpitrix/helmwrapper/post_renderer_kustomize.go index 9bd1ea373..cf4a9a912 100644 --- a/pkg/simple/client/openpitrix/helmwrapper/post_renderer_kustomize.go +++ b/pkg/simple/client/openpitrix/helmwrapper/post_renderer_kustomize.go @@ -65,7 +65,7 @@ func (k *postRendererKustomize) Run(renderedManifests *bytes.Buffer) (modifiedMa input := "./.local-helm-output.yaml" cfg := kustypes.Kustomization{ Resources: []string{input}, - CommonAnnotations: k.annotations, // add extra annotations to output + CommonAnnotations: k.annotations, // add extra annotations to output Labels: []kustypes.Label{{Pairs: k.labels}}, // Labels to add to all objects but not selectors. } cfg.APIVersion = kustypes.KustomizationVersion