Skip to content

Commit 55d4a4b

Browse files
authored
Merge pull request #11 from rsmitty/master
fix: update make release
2 parents 450a0ab + 909c1f8 commit 55d4a4b

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)