We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3658c0 commit 613ca77Copy full SHA for 613ca77
pkg/kubernetes/provider_acm_hub.go
@@ -74,7 +74,7 @@ func (c *ACMKubeConfigProviderConfig) Validate() error {
74
err := c.ACMProviderConfig.Validate()
75
76
if c.ContextName == "" {
77
- err = errors.Join(err, fmt.Errorf("context_name is required is acm-kubeconfig strategy is used"))
+ err = errors.Join(err, fmt.Errorf("context_name is required if acm-kubeconfig strategy is used"))
78
}
79
80
return err
0 commit comments