Skip to content

Commit

Permalink
fixup! fix: Change project domain
Browse files Browse the repository at this point in the history
doc change

Signed-off-by: Mateus Oliveira <[email protected]>
  • Loading branch information
mateusoliveira43 committed Nov 13, 2024
1 parent 2d546e1 commit e414e2f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/design/Non_Admin_Controller_design.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ This design intends to enable non-admin users the ability to perform Backup and
name: nonadminbackup-editor-role
rules:
- apiGroups:
- nac.oadp.openshift.io
- oadp.openshift.io
resources:
- nonadminbackups
- nonadminrestores
Expand All @@ -72,7 +72,7 @@ This design intends to enable non-admin users the ability to perform Backup and
- update
- watch
- apiGroups:
- nac.oadp.openshift.io
- oadp.openshift.io
resources:
- nonadminbackups/status
- nonadminrestores/status
Expand Down Expand Up @@ -122,7 +122,7 @@ This design intends to enable non-admin users the ability to perform Backup and
- **Non-Admin user creates a Non-Admin backup CR:** The user creates a NonAdminBackup custom resource object in the Namespace on which the backup will run within the Kubernetes cluster. The `NonAdminBackup` schema has the `backupSpec`, which is the same as `Backup` CR from the `velero.io/v1` apiVersion.

```yaml
apiVersion: nac.oadp.openshift.io/v1alpha1
apiVersion: oadp.openshift.io/v1alpha1
kind: NonAdminBackup
metadata:
name: example
Expand Down

0 comments on commit e414e2f

Please sign in to comment.