Skip to content

Commit

Permalink
Merge pull request #132 from ron1/ron1-patch-1
Browse files Browse the repository at this point in the history
fix: correct kclrun ArgumentReferences property name comment
  • Loading branch information
Peefy authored Sep 10, 2024
2 parents f640519 + ba08f03 commit 41d07cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/v1alpha1/kclrun_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
Expand Down

0 comments on commit 41d07cd

Please sign in to comment.