Skip to content
This repository was archived by the owner on Oct 14, 2020. It is now read-only.

Commit f870064

Browse files
committed
Fix copy pasta naming
1 parent 67e008d commit f870064

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

operator/controllers/scan_controller.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,7 @@ func (r *ScanReconciler) startPersistenceProvider(scan *scansv1.Scan) error {
581581
RestartPolicy: corev1.RestartPolicyNever,
582582
Containers: []corev1.Container{
583583
{
584-
Name: "parser",
584+
Name: "persistence",
585585
Image: persistenceProvider.Spec.Image,
586586
Args: []string{
587587
rawFileURL,

0 commit comments

Comments
 (0)