Change operator namespace to zuul-ci.org

Change-Id: I285aed160a368cafc6f8d75295ac659bf68c274a
This commit is contained in:
Jeff Liu 2019-08-01 13:37:29 -04:00
parent 5637d13f1f
commit 7b583eef72
5 changed files with 6 additions and 6 deletions

View File

@ -100,7 +100,7 @@ spec:
name: demo
source: {}
EOF
zuul.zuul-ci.org/example-zuul created
zuuls.zuul-ci.org/example-zuul created
$ oc get zuul
NAME AGE

View File

@ -1,4 +1,4 @@
apiVersion: operator.zuul-ci.org/v1alpha1
apiVersion: zuul-ci.org/v1alpha1
kind: Zuul
metadata:
name: example-zuul

View File

@ -1,9 +1,9 @@
apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
name: zuuls.operator.zuul-ci.org
name: zuuls.zuul-ci.org
spec:
group: operator.zuul-ci.org
group: zuul-ci.org
names:
kind: Zuul
listKind: ZuulList

View File

@ -55,7 +55,7 @@ rules:
verbs:
- update
- apiGroups:
- operator.zuul-ci.org
- zuul-ci.org
resources:
- '*'
verbs:

View File

@ -1,5 +1,5 @@
---
- version: v1alpha1
group: operator.zuul-ci.org
group: zuul-ci.org
kind: Zuul
playbook: /opt/ansible/zuul.yaml