From ba08f03c51d8997ff2d7455ad3d9affdddeec94b Mon Sep 17 00:00:00 2001 From: ron1 Date: Wed, 4 Sep 2024 05:42:39 -0400 Subject: [PATCH] fix: correct kclrun ArgumentReferences property name comment Signed-off-by: ron1 --- api/v1alpha1/kclrun_types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/v1alpha1/kclrun_types.go b/api/v1alpha1/kclrun_types.go index 24d43b0..04a157e 100644 --- a/api/v1alpha1/kclrun_types.go +++ b/api/v1alpha1/kclrun_types.go @@ -121,7 +121,7 @@ type KCLRunSpec struct { // +optional Config *ConfigSpec `json:"config,omitempty" yaml:"config,omitempty"` - // ConfigReference holds references to ConfigMaps and Secrets containing + // ArgumentReferences holds references to ConfigMaps and Secrets containing // the KCL compile config. The ConfigMap and the Secret data keys represent the config names. // +optional ArgumentsReferences []ArgumentReference `json:"argumentsReferences,omitempty" yaml:"argumentsReferences,omitempty"`