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 bcfe1fd commit 166a3aaCopy full SHA for 166a3aa
internal/cnpgi/instance/retention.go
@@ -109,12 +109,14 @@ func (c *CatalogMaintenanceRunnable) maintenance(
109
return nil
110
}
111
112
- env, err := barmanCredentials.EnvSetBackupCloudCredentials(
+ env, err := barmanCredentials.EnvSetCloudCredentialsAndCertificates(
113
ctx,
114
c.Client,
115
objectStore.Namespace,
116
&objectStore.Spec.Configuration,
117
- common.MergeEnv(os.Environ(), common.GetRestoreCABundleEnv(&objectStore.Spec.Configuration)))
+ os.Environ(),
118
+ common.BuildCertificateFilePath(objectStore.Name),
119
+ )
120
if err != nil {
121
contextLogger.Error(err, "while setting backup cloud credentials")
122
return err
0 commit comments