Skip to content

Commit

Permalink
don't include datasource in diff
Browse files Browse the repository at this point in the history
  • Loading branch information
agouin committed Oct 27, 2023
1 parent f2384f5 commit 4a0b674
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/fullnode/pvc_builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ func BuildPVCs(
Resources: pvcResources(crd, name, dataSources[i], existingSize),
StorageClassName: ptr(tpl.StorageClassName),
VolumeMode: valOrDefault(tpl.VolumeMode, ptr(corev1.PersistentVolumeFilesystem)),
DataSource: dataSource,
}

preserveMergeInto(pvc.Labels, tpl.Metadata.Labels)
Expand Down

0 comments on commit 4a0b674

Please sign in to comment.