File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
controllers/operator/construct Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -466,7 +466,7 @@ func buildDatabaseStatefulSetConfigurationFunction(mdb databaseStatefulSetSource
466
466
appLabelKey : opts .ServiceName ,
467
467
}
468
468
469
- annotationFunc := statefulset .WithAnnotations (defaultSatefulSetAnnotations (opts .CertificateHash ))
469
+ annotationFunc := statefulset .WithAnnotations (defaultStatefulSetAnnotations (opts .CertificateHash ))
470
470
podTemplateAnnotationFunc := podtemplatespec .NOOP ()
471
471
472
472
annotationFunc = statefulset .Apply (
@@ -1057,7 +1057,7 @@ func DatabaseStartupProbe() probes.Modification {
1057
1057
)
1058
1058
}
1059
1059
1060
- func defaultSatefulSetAnnotations (certHash string ) map [string ]string {
1060
+ func defaultStatefulSetAnnotations (certHash string ) map [string ]string {
1061
1061
return map [string ]string {
1062
1062
certs .CertHashAnnotationKey : certHash ,
1063
1063
}
You can’t perform that action at this time.
0 commit comments