We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87d363e commit 62080a5Copy full SHA for 62080a5
1 file changed
internal/deployer/config.go
@@ -266,7 +266,7 @@ func (s *SecuredClusterConfig) EarlyReadinessEnabled() bool {
266
return s.EarlyReadiness != nil && *s.EarlyReadiness
267
}
268
269
-// NewSecuredClusterConfig returns an emptry SecuredClusterConfig, with deep initialization of data structures.
+// NewSecuredClusterConfig returns an empty SecuredClusterConfig, with deep initialization of data structures.
270
func NewSecuredClusterConfig() SecuredClusterConfig {
271
return SecuredClusterConfig{
272
Spec: make(map[string]interface{}),
0 commit comments