Skip to content

Commit 6ef9773

Browse files
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.
1 parent 11aa57e commit 6ef9773

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/types/generatorargs.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ package types
55

66
// GeneratorArgs contains arguments common to ConfigMap and Secret generators.
77
type GeneratorArgs struct {
8-
// Namespace for the configmap, optional
8+
// Namespace for the resource, optional
99
Namespace string `json:"namespace,omitempty" yaml:"namespace,omitempty"`
1010

1111
// Name - actually the partial name - of the generated resource.

0 commit comments

Comments
 (0)