Skip to content

Commit

Permalink
fix: Adding in resourceGroup and bucketName to get Velero Azure plugi…
Browse files Browse the repository at this point in the history
…n operational
  • Loading branch information
Chris Mellard committed Jul 18, 2020
1 parent 72c79ae commit af67b8e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkg/config/install_requirements.go
Original file line number Diff line number Diff line change
Expand Up @@ -489,6 +489,10 @@ type VeleroConfig struct {
Schedule string `json:"schedule" envconfig:"JX_REQUIREMENT_VELERO_SCHEDULE"`
// TimeToLive period for backups to be retained
TimeToLive string `json:"ttl" envconfig:"JX_REQUIREMENT_VELERO_TTL"`
// ResourceGroup for Velero Bucket
ResourceGroup string `json:"resourceGroup"`
// BucketName for Velero Bucket
BucketName string `json:"bucketName"`
}

// AutoUpdateConfig contains auto update config
Expand Down

0 comments on commit af67b8e

Please sign in to comment.