We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17b527c commit 688a47aCopy full SHA for 688a47a
internal/options/env.go
@@ -50,8 +50,8 @@ type VSOEnvOptions struct {
50
// ClientCacheNumLocks is VSO_CLIENT_CACHE_NUM_LOCKS environment variable option
51
ClientCacheNumLocks *int `split_words:"true"`
52
53
- // CleanupOrphanedShadowSecretInterval is VSO_HVSA_CLEANUP_ORPHANED_SHADOW_SECRETS_INTERVAL environment variable option
54
- HVSACleanupOrphanedShadowSecretInterval time.Duration `split_words:"true"`
+ // CleanupShadowSecretIntervalHVSA is VSO_CLEANUP_SHADOW_SECRETS_INTERVAL_HVSA environment variable option
+ CleanupShadowSecretIntervalHVSA time.Duration `split_words:"true"`
55
}
56
57
// Parse environment variable options, prefixed with "VSO_"
0 commit comments