Fix syntax for bootstrap sds secret config

This commit is contained in:
Kyle Havlovitz 2022-07-06 09:53:31 -07:00
parent 3542138e4d
commit 407e858389
4 changed files with 4 additions and 12 deletions

View File

@ -653,12 +653,10 @@ func (c *BootstrapConfig) generateListenerConfig(args *BootstrapTplArgs, bindAdd
}
],
"validationContextSdsSecretConfig": {
"trustedCa": {
"name": "prometheus_validation_context"
}
}
}
}
}`
}

View File

@ -342,14 +342,12 @@ const (
}
],
"validationContextSdsSecretConfig": {
"trustedCa": {
"name": "prometheus_validation_context"
}
}
}
}
}
}
]
}`

View File

@ -151,14 +151,12 @@
}
],
"validationContextSdsSecretConfig": {
"trustedCa": {
"name": "prometheus_validation_context"
}
}
}
}
}
}
]
}
],

View File

@ -151,14 +151,12 @@
}
],
"validationContextSdsSecretConfig": {
"trustedCa": {
"name": "prometheus_validation_context"
}
}
}
}
}
}
]
}
],