We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be771cb commit 3fe7fe4Copy full SHA for 3fe7fe4
.gitignore
@@ -1 +1,2 @@
1
.idea
2
+nohup.out
Makefile
@@ -18,6 +18,11 @@ export pgversion=all# make pgversion=12 only build postgresql 12 that in version
18
export forcebuildimage=0# make forcebuildimage=1 even though the image exists, it also compiles.
19
export namespace=radondb# used when make platform=all and no repositry namespace
20
21
+### make log
22
+# nohup make postgres-image &
23
+# log file is nohup.out
24
+### end
25
+
26
k8s: download postgres-image operator-yaml operator-image exporter-image
27
all: k8s
28
0 commit comments