Skip to content

Commit ee12056

Browse files
authored
Update internal/controller/postgrescluster/instance.go
1 parent 6d6614a commit ee12056

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/controller/postgrescluster/instance.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1222,7 +1222,7 @@ func (r *Reconciler) reconcileInstance(
12221222

12231223
if feature.Enabled(ctx, feature.OpenTelemetryLogs) || feature.Enabled(ctx, feature.OpenTelemetryMetrics) {
12241224

1225-
// TODO: Add pgBackRestDir if we want that.
1225+
// TODO: Add postgres/patroni dir if we want that.
12261226
collector.AddToPod(ctx, cluster.Spec.Instrumentation, cluster.Spec.ImagePullPolicy,
12271227
instanceConfigMap, &instance.Spec.Template.Spec,
12281228
[]corev1.VolumeMount{postgres.DataVolumeMount()},

0 commit comments

Comments
 (0)