Skip to content

Commit 17e6045

Browse files
committed
fix: ensure releases are built properly
This fixes a small typo that was causing kustomize generation to fail. Signed-off-by: Spencer Smith <[email protected]>
1 parent 06adc02 commit 17e6045

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ ARG TAG
4141
RUN cd config/manager \
4242
&& kustomize edit set image controller=${REGISTRY_AND_USERNAME}/${NAME}:${TAG} \
4343
&& cd - \
44-
&& kustomize config >/control-plane-components.yaml \
44+
&& kustomize build config >/control-plane-components.yaml \
4545
&& cp config/metadata/metadata.yaml /metadata.yaml
4646

4747
FROM scratch AS release

0 commit comments

Comments
 (0)