Skip to content

Commit

Permalink
cleanup empty spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
ibrokethecloud committed Jan 23, 2024
1 parent ca4e758 commit 3d0310b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,4 +96,4 @@ spec:
- hostPath:
path: /usr/bin/file
type: File
name: host-file
name: host-file
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ rules:
verbs: [ "get", "watch", "list" ]
- apiGroups: [ "" ]
resources: [ "pods/exec" ]
verbs: [ "create" ]
verbs: [ "create" ]
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
Expand All @@ -65,4 +65,4 @@ roleRef:
subjects:
- kind: ServiceAccount
name: {{ include "harvester-pcidevices-controller.serviceAccountName" . }}
namespace: harvester-system
namespace: harvester-system

0 comments on commit 3d0310b

Please sign in to comment.