We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d379fdf commit 965bb77Copy full SHA for 965bb77
internal/cnpgi/operator/lifecycle_certificates.go
@@ -37,7 +37,8 @@ func (impl LifecycleImplementation) collectAdditionalCertificates(
37
result = append(result, envs...)
38
}
39
40
- if len(pluginConfiguration.RecoveryBarmanObjectName) > 0 {
+ if len(pluginConfiguration.RecoveryBarmanObjectName) > 0 &&
41
+ pluginConfiguration.RecoveryBarmanObjectName != pluginConfiguration.BarmanObjectName {
42
envs, err := impl.collectObjectStoreCertificates(
43
ctx,
44
types.NamespacedName{
0 commit comments