bruce new namespace

This commit is contained in:
2018-09-30 05:36:31 -04:00
parent a127bf848d
commit 005178fa1d
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ API_GROUP = "bruce.kennethreitz.org"
BUILDPACKS_DIR = "/opt/buildpacks"
APPCACHE_DIR = "/opt/caches"
OPERATOR_IMAGE = "bruceproject/operator:latest"
OPERATOR_IMAGE = "kennethreitz/bruce-operator:latest"
TOKEN_LOCATION = "/var/run/secrets/kubernetes.io/serviceaccount/token"
CERT_LOCATION = "/var/run/secrets/kubernetes.io/serviceaccount/ca.crt"
IN_KUBERNETES = os.path.isfile(TOKEN_LOCATION)
+2 -2
View File
@@ -1,4 +1,4 @@
docker build --tag bruceproject/operator .
docker push bruceproject/operator
docker build --tag kennethreitz/bruce-operator .
docker push kennethreitz/bruce-operator
kubectl delete -f .\deploy\operator.yml -n bruce
kubectl create -f .\deploy\operator.yml -n bruce