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 2620932 commit 338250bCopy full SHA for 338250b
Makefile
@@ -17,7 +17,7 @@ export platform=amd64# make platform=arm64 build arm
17
export pgversion=all# make pgversion=12 only build postgresql 12 that in versions.json field.
18
export forcebuildimage=0# make forcebuildimage=1 even though the image exists, it also compiles.
19
20
-k8s: download postgres-image operator-yaml operator-image
+k8s: download postgres-image operator-yaml operator-image exporter-image
21
all: k8s
22
23
download:
0 commit comments