Remove dead role code
The cluster role does the same thing, but at the cluster level where it belongs. The extra role code does nothing so we remove it here. Signed-off-by: Kevin Fox <[email protected]>
This commit is contained in:
@@ -6,10 +6,6 @@ metadata:
|
|||||||
name: {{ include "spire-server.fullname" . }}
|
name: {{ include "spire-server.fullname" . }}
|
||||||
namespace: {{ .Release.Namespace }}
|
namespace: {{ .Release.Namespace }}
|
||||||
rules:
|
rules:
|
||||||
# allow "get" access to pods (to resolve selectors for PSAT attestation)
|
|
||||||
- apiGroups: [""]
|
|
||||||
resources: [pods]
|
|
||||||
verbs: [get]
|
|
||||||
# allow access to "get" and "patch" the spire-bundle ConfigMap (for SPIRE
|
# allow access to "get" and "patch" the spire-bundle ConfigMap (for SPIRE
|
||||||
# agent bootstrapping, see the spire-bundle ConfigMap below)
|
# agent bootstrapping, see the spire-bundle ConfigMap below)
|
||||||
- apiGroups: [""]
|
- apiGroups: [""]
|
||||||
|
|||||||
Reference in New Issue
Block a user