Enable global config for clusterName, trustDomain, and bundleConfigMap (#156)
This commit is contained in:
@@ -8,7 +8,7 @@ metadata:
|
||||
rules:
|
||||
- apiGroups: [""]
|
||||
resources: [configmaps]
|
||||
resourceNames: [{{ .Values.bundleConfigMap }}]
|
||||
resourceNames: [{{ include "spire-server.bundle-configmap" . }}]
|
||||
verbs:
|
||||
- get
|
||||
- patch
|
||||
|
||||
Reference in New Issue
Block a user