Skip to content

Commit

Permalink
test: update the test case to more accurately reflect install
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Bastide <[email protected]>
  • Loading branch information
prb112 committed Jan 28, 2025
1 parent 7001122 commit 7ca5acd
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 20 deletions.
12 changes: 0 additions & 12 deletions examples/00-project.yaml

This file was deleted.

3 changes: 1 addition & 2 deletions examples/01-sa.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
apiVersion: v1
kind: ServiceAccount
metadata:
name: ex-sa
namespace: ex-device-plugin
name: ex-sa
4 changes: 1 addition & 3 deletions examples/02-rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@ apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding
metadata:
name: ex-sa-rbac
namespace: ex-device-plugin
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: system:openshift:scc:hostmount-anyuid
subjects:
- kind: ServiceAccount
name: ex-sa
namespace: ex-device-plugin
name: ex-sa
File renamed without changes.
File renamed without changes.
4 changes: 1 addition & 3 deletions examples/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,4 @@ generatorOptions:
resources:
- 01-sa.yaml
- 02-rbac.yaml
- 03-pvc.yaml
- 04-deployment.yaml

- 03-deployment.yaml

0 comments on commit 7ca5acd

Please sign in to comment.