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.
2 parents 450a0ab + 909c1f8 commit 55d4a4bCopy full SHA for 55d4a4b
.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