Skip to content

Commit

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

Signed-off-by: Mateus Oliveira <[email protected]>
  • Loading branch information
mateusoliveira43 committed Nov 13, 2024
1 parent 9f5f765 commit 2d546e1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/non_admin_user.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ Choose one of the authentication method sections to follow.
oc create namespace <non-admin-user-namespace>
```
- Ensure non admin user have appropriate permissions in its namespace, i.e., non admin user have editor roles for the following objects
- `nonadminbackups.nac.oadp.openshift.io`
- `nonadminbackups.oadp.openshift.io`

For example
```yaml
# config/rbac/nonadminbackup_editor_role.yaml
- apiGroups:
- nac.oadp.openshift.io
- oadp.openshift.io
resources:
- nonadminbackups
verbs:
Expand All @@ -57,7 +57,7 @@ Choose one of the authentication method sections to follow.
- update
- watch
- apiGroups:
- nac.oadp.openshift.io
- oadp.openshift.io
resources:
- nonadminbackups/status
verbs:
Expand Down
2 changes: 1 addition & 1 deletion hack/samples/backups/file-system.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: Template
metadata:
name: fs-nonadminbackup
objects:
- apiVersion: nac.oadp.openshift.io/v1alpha1
- apiVersion: oadp.openshift.io/v1alpha1
kind: NonAdminBackup
metadata:
name: nonadminbackup-sample-${SUFFIX}
Expand Down

0 comments on commit 2d546e1

Please sign in to comment.