Skip to content

Commit

Permalink
fix volume mount name
Browse files Browse the repository at this point in the history
  • Loading branch information
jpinsonneau committed Jul 22, 2022
1 parent 5ce9179 commit c0baf73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/flowlogspipeline/flp_objects.go
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ func (b *builder) podTemplate(hostNetwork bool, configDigest string) corev1.PodT
},
{
MountPath: tokensPath,
Name: constants.FLPName,
Name: constants.FLPName + b.confKindSuffix,
},
},
Ports: ports,
Expand Down

0 comments on commit c0baf73

Please sign in to comment.