Skip to content

Commit e003a0a

Browse files
committed
fix typo
1 parent 197e37b commit e003a0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cluster/k8sres.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1919,7 +1919,7 @@ func (c *Cluster) generateServiceAnnotations(role PostgresRole, spec *acidv1.Pos
19191919
dnsName := c.dnsName(role)
19201920

19211921
// Just set ELB Timeout annotation with default value, if it does not
1922-
// have a cutom value
1922+
// have a custom value
19231923
if _, ok := annotations[constants.ElbTimeoutAnnotationName]; !ok {
19241924
annotations[constants.ElbTimeoutAnnotationName] = constants.ElbTimeoutAnnotationValue
19251925
}

0 commit comments

Comments
 (0)