Enable global config for clusterName, trustDomain, and bundleConfigMap (#156)
This commit is contained in:
@@ -12,13 +12,13 @@ data:
|
||||
server_port = {{ .Values.server.port | quote }}
|
||||
socket_path = {{ include "spire-agent.socket-path" . | quote }}
|
||||
trust_bundle_path = "/run/spire/bundle/bundle.crt"
|
||||
trust_domain = {{ .Values.trustDomain | quote }}
|
||||
trust_domain = {{ include "spire-agent.trust-domain" . | quote }}
|
||||
}
|
||||
|
||||
plugins {
|
||||
NodeAttestor "k8s_psat" {
|
||||
plugin_data {
|
||||
cluster = {{ .Values.clusterName | quote }}
|
||||
cluster = {{ include "spire-agent.cluster-name" . | quote }}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user