We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06adc02 commit 17e6045Copy full SHA for 17e6045
Dockerfile
@@ -41,7 +41,7 @@ ARG TAG
41
RUN cd config/manager \
42
&& kustomize edit set image controller=${REGISTRY_AND_USERNAME}/${NAME}:${TAG} \
43
&& cd - \
44
- && kustomize config >/control-plane-components.yaml \
+ && kustomize build config >/control-plane-components.yaml \
45
&& cp config/metadata/metadata.yaml /metadata.yaml
46
47
FROM scratch AS release
0 commit comments