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 86e7377 commit d72adbeCopy full SHA for d72adbe
internal/cnpgi/operator/lifecycle_certificates.go
@@ -30,21 +30,6 @@ func (impl LifecycleImplementation) collectAdditionalCertificates(
30
result = append(result, certs...)
31
}
32
33
- if len(pluginConfiguration.ReplicaSourceBarmanObjectName) > 0 &&
34
- pluginConfiguration.ReplicaSourceBarmanObjectName != pluginConfiguration.BarmanObjectName {
35
- envs, err := impl.collectObjectStoreCertificates(
36
- ctx,
37
- types.NamespacedName{
38
- Name: pluginConfiguration.RecoveryBarmanObjectName,
39
- Namespace: namespace,
40
- },
41
- )
42
- if err != nil {
43
- return nil, err
44
- }
45
- result = append(result, envs...)
46
47
-
48
return result, nil
49
50
0 commit comments