diff --git a/ontime-operator/deploy.yaml b/ontime-operator/deploy.yaml index c6b9167..2cead27 100644 --- a/ontime-operator/deploy.yaml +++ b/ontime-operator/deploy.yaml @@ -10,9 +10,9 @@ metadata: apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: - name: stages.ontime.getontime.no + name: stages.cloud.getontime.no spec: - group: ontime.getontime.no + group: cloud.getontime.no names: kind: Stage listKind: StageList @@ -20,7 +20,7 @@ spec: singular: stage scope: Namespaced versions: - - name: v1alpha1 + - name: v1 schema: openAPIV3Schema: description: Stage is the Schema for the stages API @@ -125,7 +125,7 @@ rules: verbs: - create - apiGroups: - - ontime.getontime.no + - cloud.getontime.no resources: - stages - stages/status @@ -201,13 +201,13 @@ metadata: name: ontime-operator-stage-admin-role rules: - apiGroups: - - ontime.getontime.no + - cloud.getontime.no resources: - stages verbs: - '*' - apiGroups: - - ontime.getontime.no + - cloud.getontime.no resources: - stages/status verbs: @@ -222,7 +222,7 @@ metadata: name: ontime-operator-stage-editor-role rules: - apiGroups: - - ontime.getontime.no + - cloud.getontime.no resources: - stages verbs: @@ -234,7 +234,7 @@ rules: - update - watch - apiGroups: - - ontime.getontime.no + - cloud.getontime.no resources: - stages/status verbs: @@ -249,7 +249,7 @@ metadata: name: ontime-operator-stage-viewer-role rules: - apiGroups: - - ontime.getontime.no + - cloud.getontime.no resources: - stages verbs: @@ -257,7 +257,7 @@ rules: - list - watch - apiGroups: - - ontime.getontime.no + - cloud.getontime.no resources: - stages/status verbs: @@ -359,7 +359,7 @@ spec: - --leader-elect - --leader-election-id=ontime-operator - --health-probe-bind-address=:8081 - image: git.jwetzell.com/jwetzell/ontime-operator:v0.1.1 + image: git.jwetzell.com/jwetzell/ontime-operator:v1.0.0 livenessProbe: httpGet: path: /healthz