rename ontime.getontime.no to cloud.getontime.no
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
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
|
||||
@@ -2,5 +2,5 @@
|
||||
# since it depends on service name and namespace that are out of this kustomize package.
|
||||
# It should be run by config/default
|
||||
resources:
|
||||
- bases/ontime.getontime.no_stages.yaml
|
||||
- bases/cloud.getontime.no_stages.yaml
|
||||
# +kubebuilder:scaffold:crdkustomizeresource
|
||||
|
||||
@@ -4,5 +4,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
images:
|
||||
- name: controller
|
||||
newName: git.jwetzell.com/jwetzell/ontime-operator
|
||||
newTag: v0.1.1
|
||||
newName: controller
|
||||
newTag: latest
|
||||
|
||||
@@ -29,10 +29,10 @@ rules:
|
||||
- create
|
||||
|
||||
##
|
||||
## Rules for ontime.getontime.no/v1, Kind: Stage
|
||||
## Rules for cloud.getontime.no/v1, Kind: Stage
|
||||
##
|
||||
- apiGroups:
|
||||
- ontime.getontime.no
|
||||
- cloud.getontime.no
|
||||
resources:
|
||||
- stages
|
||||
- stages/status
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# This rule is not used by the project ontime-operator itself.
|
||||
# It is provided to allow the cluster admin to help manage permissions for users.
|
||||
#
|
||||
# Grants full permissions ('*') over ontime.getontime.no.
|
||||
# Grants full permissions ('*') over cloud.getontime.no.
|
||||
# This role is intended for users authorized to modify roles and bindings within the cluster,
|
||||
# enabling them to delegate specific permissions to other users or groups as needed.
|
||||
|
||||
@@ -14,13 +14,13 @@ metadata:
|
||||
name: 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:
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# This rule is not used by the project ontime-operator itself.
|
||||
# It is provided to allow the cluster admin to help manage permissions for users.
|
||||
#
|
||||
# Grants permissions to create, update, and delete resources within the ontime.getontime.no.
|
||||
# Grants permissions to create, update, and delete resources within the cloud.getontime.no.
|
||||
# This role is intended for users who need to manage these resources
|
||||
# but should not control RBAC or manage permissions for others.
|
||||
|
||||
@@ -14,7 +14,7 @@ metadata:
|
||||
name: stage-editor-role
|
||||
rules:
|
||||
- apiGroups:
|
||||
- ontime.getontime.no
|
||||
- cloud.getontime.no
|
||||
resources:
|
||||
- stages
|
||||
verbs:
|
||||
@@ -26,7 +26,7 @@ rules:
|
||||
- update
|
||||
- watch
|
||||
- apiGroups:
|
||||
- ontime.getontime.no
|
||||
- cloud.getontime.no
|
||||
resources:
|
||||
- stages/status
|
||||
verbs:
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# This rule is not used by the project ontime-operator itself.
|
||||
# It is provided to allow the cluster admin to help manage permissions for users.
|
||||
#
|
||||
# Grants read-only access to ontime.getontime.no resources.
|
||||
# Grants read-only access to cloud.getontime.no resources.
|
||||
# This role is intended for users who need visibility into these resources
|
||||
# without permissions to modify them. It is ideal for monitoring purposes and limited-access viewing.
|
||||
|
||||
@@ -14,7 +14,7 @@ metadata:
|
||||
name: stage-viewer-role
|
||||
rules:
|
||||
- apiGroups:
|
||||
- ontime.getontime.no
|
||||
- cloud.getontime.no
|
||||
resources:
|
||||
- stages
|
||||
verbs:
|
||||
@@ -22,7 +22,7 @@ rules:
|
||||
- list
|
||||
- watch
|
||||
- apiGroups:
|
||||
- ontime.getontime.no
|
||||
- cloud.getontime.no
|
||||
resources:
|
||||
- stages/status
|
||||
verbs:
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
apiVersion: ontime.getontime.no/v1
|
||||
apiVersion: cloud.getontime.no/v1
|
||||
kind: Stage
|
||||
metadata:
|
||||
name: stage-sample
|
||||
spec:
|
||||
ontime:
|
||||
prefix: ""
|
||||
prefix: "test"
|
||||
version: 4.0.2
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user