Align more settings to convention (#467)
* Align more settings to convention Signed-off-by: Kevin Fox <[email protected]> * Update docs Signed-off-by: Kevin Fox <[email protected]> --------- Signed-off-by: Kevin Fox <[email protected]>
This commit is contained in:
@@ -9,12 +9,12 @@ global:
|
||||
clusterName: a
|
||||
trustDomain: a-org.local
|
||||
bundleConfigMap: spire-bundle-a
|
||||
caSubject:
|
||||
country: US
|
||||
organization: A
|
||||
commonName: a.local
|
||||
|
||||
spire-server:
|
||||
ca_subject:
|
||||
country: US
|
||||
organization: A
|
||||
common_name: a.local
|
||||
federation:
|
||||
enabled: true
|
||||
ingress:
|
||||
|
||||
@@ -9,12 +9,12 @@ global:
|
||||
clusterName: b
|
||||
trustDomain: b-org.local
|
||||
bundleConfigMap: spire-bundle-b
|
||||
caSubject:
|
||||
country: US
|
||||
organization: B
|
||||
commonName: b.local
|
||||
|
||||
spire-server:
|
||||
ca_subject:
|
||||
country: US
|
||||
organization: B
|
||||
common_name: b.local
|
||||
federation:
|
||||
enabled: true
|
||||
ingress:
|
||||
|
||||
@@ -7,7 +7,7 @@ spire-agent:
|
||||
nodeSelector:
|
||||
tpm: with
|
||||
nodeAttestor:
|
||||
k8sPsat:
|
||||
k8sPSAT:
|
||||
enabled: false
|
||||
tpmDirect:
|
||||
enabled: true
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
spire-agent:
|
||||
nodeAttestor:
|
||||
k8sPsat:
|
||||
k8sPSAT:
|
||||
enabled: false
|
||||
tpmDirect:
|
||||
enabled: true
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
spire-agent:
|
||||
nodeAttestor:
|
||||
k8sPsat:
|
||||
k8sPSAT:
|
||||
enabled: false
|
||||
tpmDirect:
|
||||
enabled: true
|
||||
|
||||
Reference in New Issue
Block a user