File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 9
9
# 2022.06
10
10
#
11
11
# -------------------------------------------------------------------------
12
- FILEDESC = "multi platform for appcenter /kubernetes postgresql"
12
+ FILEDESC = "multi platform for computer /kubernetes postgresql"
13
13
14
14
# docker_version ?= ""
15
15
export platform =amd64# make platform=arm64 build arm
@@ -34,7 +34,7 @@ operator-yaml: operator-image
34
34
cd platforms/kubernetes/postgres-operator/deploy/; awk -f jq-template.awk postgres-operator.yaml.template > postgres-operator.yaml
35
35
36
36
format :
37
- find ./ -path " ./platforms/appcenter/*.py " -o -path " ./platforms/ kubernetes/postgres-operator/postgres/*.py" | xargs yapf -i -vv
37
+ find ./ -path " ./platforms/kubernetes/postgres-operator/postgres/*.py" | xargs yapf -i -vv
38
38
39
39
depends :
40
40
sudo pip install yapf paramiko kubernetes kopf
You can’t perform that action at this time.
0 commit comments