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 11e6a8f commit 1aa8ecbCopy full SHA for 1aa8ecb
Makefile
@@ -45,6 +45,11 @@ gendeps:
45
github.com/crunchydata/postgres-operator/apiserver/versionservice
46
setup:
47
./bin/get-deps.sh
48
+setupnamespace:
49
+ kubectl create -f ./examples/demo-namespace.json
50
+ kubectl config set-context demo --cluster=kubernetes --namespace=demo --user=kubernetes-admin
51
+ kubectl config use-context demo
52
+
53
deployoperator:
54
cd deploy && ./deploy.sh
55
main: check-go-vars
0 commit comments