Skip to content

Commit ee20c5c

Browse files
committed
update gcs key
1 parent ad1c837 commit ee20c5c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/cluster/k8sres.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2969,7 +2969,7 @@ func (c *Cluster) generatePgbackrestConfigmap() (*v1.ConfigMap, error) {
29692969

29702970
case "gcs":
29712971
config += fmt.Sprintf("\n%s-%s-bucket = %s", repo.Name, repo.Storage, repo.Resource)
2972-
config += fmt.Sprintf("\n%s-%s-key = %s", repo.Name, repo.Storage, repo.Key)
2972+
config += fmt.Sprintf("\n%s-%s-key = /etc/pgbackrest/conf.d/%s", repo.Name, repo.Storage, repo.Key)
29732973
config += fmt.Sprintf("\n%s-%s-key-type = %s", repo.Name, repo.Storage, repo.KeyType)
29742974
config += fmt.Sprintf("\n%s-type = %s", repo.Name, repo.Storage)
29752975

0 commit comments

Comments
 (0)