Skip to content

Commit 909c1f8

Browse files
committed
fix: update make release
Make release needed a small tweak to its path. Signed-off-by: Spencer Smith <[email protected]>
1 parent 450a0ab commit 909c1f8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,4 @@ bin
2222
*.swp
2323
*.swo
2424
*~
25+
_out/

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ ARG TAG
4040
RUN cd config/manager \
4141
&& kustomize edit set image controller=${REGISTRY_AND_USERNAME}/${NAME}:${TAG} \
4242
&& cd - \
43-
&& kubectl kustomize config >/release.yaml
43+
&& kubectl kustomize config/default >/release.yaml
4444
FROM scratch AS release
4545
COPY --from=release-build /release.yaml /release.yaml
4646

0 commit comments

Comments
 (0)