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 450a0ab commit 909c1f8Copy full SHA for 909c1f8
.gitignore
@@ -22,3 +22,4 @@ bin
22
*.swp
23
*.swo
24
*~
25
+_out/
Dockerfile
@@ -40,7 +40,7 @@ ARG TAG
40
RUN cd config/manager \
41
&& kustomize edit set image controller=${REGISTRY_AND_USERNAME}/${NAME}:${TAG} \
42
&& cd - \
43
- && kubectl kustomize config >/release.yaml
+ && kubectl kustomize config/default >/release.yaml
44
FROM scratch AS release
45
COPY --from=release-build /release.yaml /release.yaml
46
0 commit comments