Replace Notes by TODOs
Signed-off-by: Marcos Yacob <marcos@scytale.io>
This commit is contained in:
parent
358f7d765e
commit
2acd39a8ad
|
|
@ -9,10 +9,10 @@ data:
|
||||||
# TODO: Replace MY_DISCOVERY_DOMAIN with the FQDN of the Discovery Provider that you will configure in DNS
|
# TODO: Replace MY_DISCOVERY_DOMAIN with the FQDN of the Discovery Provider that you will configure in DNS
|
||||||
domain = "MY_DISCOVERY_DOMAIN"
|
domain = "MY_DISCOVERY_DOMAIN"
|
||||||
acme {
|
acme {
|
||||||
directory_url = "https://acme-staging-v02.api.letsencrypt.org/directory"
|
directory_url = "https://acme-v02.api.letsencrypt.org/directory"
|
||||||
cache_dir = "/run/spire"
|
cache_dir = "/run/spire"
|
||||||
tos_accepted = true
|
tos_accepted = true
|
||||||
# NOTE: Change MY_EMAIL_ADDRESS with your email
|
# TODO: Change MY_EMAIL_ADDRESS with your email
|
||||||
email = "MY_EMAIL_ADDRESS"
|
email = "MY_EMAIL_ADDRESS"
|
||||||
}
|
}
|
||||||
registration_api {
|
registration_api {
|
||||||
|
|
|
||||||
|
|
@ -49,7 +49,7 @@ data:
|
||||||
NodeAttestor "k8s_sat" {
|
NodeAttestor "k8s_sat" {
|
||||||
plugin_data {
|
plugin_data {
|
||||||
clusters = {
|
clusters = {
|
||||||
# NOTE: Change this to your cluster name
|
# TODO: Change this to your cluster name
|
||||||
"demo-cluster" = {
|
"demo-cluster" = {
|
||||||
use_token_review_api_validation = true
|
use_token_review_api_validation = true
|
||||||
service_account_whitelist = ["spire:spire-agent"]
|
service_account_whitelist = ["spire:spire-agent"]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue