Skip to content

Commit

Permalink
use same option for resource tag like azure-janitor
Browse files Browse the repository at this point in the history
Signed-off-by: Markus Blaschke <[email protected]>
  • Loading branch information
mblaschke committed Mar 20, 2022
1 parent 152b1ae commit 343937d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/opts.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ type (
Azure struct {
Environment *string `long:"azure.environment" env:"AZURE_ENVIRONMENT" description:"Azure environment name" default:"AZUREPUBLICCLOUD"`
Subscription []string `long:"azure.subscription" env:"AZURE_SUBSCRIPTION_ID" env-delim:" " description:"Azure subscription ID (space delimiter)"`
ResourceTags []string `long:"azure.resource.tags" env:"AZURE_RESOURCE_TAGS" env-delim:" " description:"Azure resource labels to add as metric labels (space delimiter)"`
ResourceTags []string `long:"azure.resource-tag" env:"AZURE_RESOURCE_TAG" env-delim:" " description:"Azure Resource tags (space delimiter)" default:"owner"`
}

// janitor
Expand Down

0 comments on commit 343937d

Please sign in to comment.