mirror of
https://github.com/kennethreitz/bruce-operator.git
synced 2026-06-05 23:20:18 +00:00
bird in the air
This commit is contained in:
@@ -33,7 +33,7 @@ This is an active development project, so I don't recommend this, yet.
|
||||
|
||||
$ git clone https://github.com/kennethreitz/bruce-operator.git && cd bruce-operator
|
||||
$ kubectl create -f deploy/_bruce-namespace.yml
|
||||
$ kubectl create -f deploy/operator.yml
|
||||
$ kubectl create -f deploy/operator.yml -n bruce
|
||||
|
||||
The operator will take care of installing Custom Resource Definitions, Perstient Volume Claims, etc.
|
||||
|
||||
|
||||
+1
-1
@@ -14,7 +14,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: bruce-operator
|
||||
image: bruceproject/operator:latest
|
||||
image: kennethreitz/bruce-operator:latest
|
||||
imagePullPolicy: Always
|
||||
env:
|
||||
- name: WATCH_NAMESPACE
|
||||
|
||||
Reference in New Issue
Block a user