Skip to content

Commit ef55cee

Browse files
committed
spike: align MC annotation comment with hash behavior
1 parent 2138274 commit ef55cee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/splunk/enterprise/monitoringconsole.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ func getMonitoringConsoleStatefulSet(ctx context.Context, client splcommon.Contr
195195
},
196196
}
197197

198-
//update podTemplate annotation with configMap resource version
198+
// update podTemplate annotation with hash of configMap data
199199
namespacedName := types.NamespacedName{Namespace: cr.GetNamespace(), Name: configMap}
200200
monitoringConsoleConfigMap, err = splctrl.GetMCConfigMap(ctx, client, cr, namespacedName)
201201
if err != nil {

0 commit comments

Comments
 (0)