Allow trust bundle url to be set along with format (#256)
This patch enables the spire-agent to retrieve the trust bundle via url. fixes: https://github.com/spiffe/helm-charts/issues/254 --------- Signed-off-by: Kevin Fox <[email protected]> Co-authored-by: Faisal Memon <[email protected]>
This commit is contained in:
@@ -55,7 +55,10 @@ nodeSelector: {}
|
||||
logLevel: info
|
||||
clusterName: example-cluster
|
||||
trustDomain: example.org
|
||||
|
||||
# -- If set, obtain trust bundle from url instead of Kubernetes ConfigMap
|
||||
trustBundleURL: ""
|
||||
# -- If using trustBundleURL, what format is the url. Choices are "pem" and "spiffe"
|
||||
trustBundleFormat: pem
|
||||
bundleConfigMap: spire-bundle
|
||||
|
||||
server:
|
||||
|
||||
Reference in New Issue
Block a user