Skip to content

Commit

Permalink
AWS Backup Service Role update (kyma-project#663)
Browse files Browse the repository at this point in the history
  • Loading branch information
ravi-shankar-sap authored Sep 25, 2024
1 parent 2711447 commit fe1bcbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/kcp/provider/aws/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ func InitConfig(cfg config.Config) {
),
config.Path(
"backupRoleName",
config.DefaultScalar("service-role/AWSBackupDefaultServiceRole"),
config.DefaultScalar("CloudManagerBackupServiceRole"),
config.SourceEnv("AWS_BACKUP_ROLE_NAME"),
),
)
Expand Down
1 change: 1 addition & 0 deletions pkg/skr/awsnfsvolumebackup/state.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package awsnfsvolumebackup

import (
"fmt"

"github.com/aws/aws-sdk-go-v2/service/backup"
backuptypes "github.com/aws/aws-sdk-go-v2/service/backup/types"
cloudcontrolv1beta1 "github.com/kyma-project/cloud-manager/api/cloud-control/v1beta1"
Expand Down

0 comments on commit fe1bcbc

Please sign in to comment.