From 6ef9773c02d7e939e951ca20c4b51a3de4b7be5d Mon Sep 17 00:00:00 2001 From: Mauren Berti Date: Mon, 9 Oct 2023 17:04:24 -0400 Subject: [PATCH] docs: update comment to reflect usage of namespace Update the comment for the namespace option to reflect its real usage for both secret and configmap. --- api/types/generatorargs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/types/generatorargs.go b/api/types/generatorargs.go index a4145db3d..eae221bed 100644 --- a/api/types/generatorargs.go +++ b/api/types/generatorargs.go @@ -5,7 +5,7 @@ package types // GeneratorArgs contains arguments common to ConfigMap and Secret generators. type GeneratorArgs struct { - // Namespace for the configmap, optional + // Namespace for the resource, optional Namespace string `json:"namespace,omitempty" yaml:"namespace,omitempty"` // Name - actually the partial name - of the generated resource.