mirror of
https://github.com/prometheus-operator/prometheus-operator.git
synced 2025-04-21 11:48:53 +00:00
pkg/prometheus: do not prefix config secret name as it breaks some upgrade scenarios
This commit is contained in:
parent
eb1a6cefe6
commit
50ba40891f
1 changed files with 1 additions and 1 deletions
|
@ -908,7 +908,7 @@ func makeStatefulSetSpec(p monitoringv1.Prometheus, c *Config, ruleConfigMapName
|
|||
}
|
||||
|
||||
func configSecretName(name string) string {
|
||||
return fmt.Sprintf("%s-config", prefixedName(name))
|
||||
return prefixedName(name)
|
||||
}
|
||||
|
||||
func tlsAssetsSecretName(name string) string {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue