Skip to content

Commit 24b3bf6

Browse files
IlyesbdlalaJ12934
authored andcommitted
fix newline in makefile of operator
Signed-off-by: Ilyes Ben Dlala <ilyes.bendlala@iteratec.com>
1 parent 065cfbe commit 24b3bf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

operator/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ helm-deploy:
144144
--set="image.pullPolicy=IfNotPresent" \
145145
--set="lurker.image.repository=docker.io/$(IMG_NS)/$(LURKER_IMG)" \
146146
--set="lurker.image.tag=$(IMG_TAG)" \
147-
--set="lurker.image.pullPolicy=IfNotPresent"
147+
--set="lurker.image.pullPolicy=IfNotPresent" \
148148
--set="minio.auth.rootUser = $(MINIO_ROOT_USER)" \
149149
--set="minio.auth.rootPassword = $(MINIO_ROOT_PASSWORD)"
150150

0 commit comments

Comments
 (0)