rename ontime.getontime.no to cloud.getontime.no

This commit is contained in:
2025-10-27 13:29:33 -05:00
parent c4110b1ca8
commit 7df92dae49
10 changed files with 21 additions and 21 deletions

View File

@@ -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

View File

@@ -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:

View File

@@ -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:

View File

@@ -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: