diff --git a/charts/harvester-pcidevices-controller/templates/daemonset.yaml b/charts/harvester-pcidevices-controller/templates/daemonset.yaml index 9af90431..41b760dd 100644 --- a/charts/harvester-pcidevices-controller/templates/daemonset.yaml +++ b/charts/harvester-pcidevices-controller/templates/daemonset.yaml @@ -96,4 +96,4 @@ spec: - hostPath: path: /usr/bin/file type: File - name: host-file + name: host-file \ No newline at end of file diff --git a/charts/harvester-pcidevices-controller/templates/serviceaccount.yaml b/charts/harvester-pcidevices-controller/templates/serviceaccount.yaml index 812a020a..51f3f23b 100644 --- a/charts/harvester-pcidevices-controller/templates/serviceaccount.yaml +++ b/charts/harvester-pcidevices-controller/templates/serviceaccount.yaml @@ -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 @@ -65,4 +65,4 @@ roleRef: subjects: - kind: ServiceAccount name: {{ include "harvester-pcidevices-controller.serviceAccountName" . }} - namespace: harvester-system + namespace: harvester-system \ No newline at end of file