Skip to content

Commit

Permalink
Fix typo in auto auth annotation (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonodonnell authored Jun 22, 2020
1 parent 3318f4d commit 5f76ac2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent-inject/agent/annotations.go
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ const (

// AnnotationAgentCacheUseAutoAuthToken configures the agent cache to use the
// auto auth token or not. Can be set to "force" to force usage of the auto-auth token
AnnotationAgentCacheUseAutoAuthToken = "vault.hashicorp.com/agent-cache-use-auth-auth-token"
AnnotationAgentCacheUseAutoAuthToken = "vault.hashicorp.com/agent-cache-use-auto-auth-token"

// AnnotationAgentCacheListenerPort configures the port the agent cache should listen on
AnnotationAgentCacheListenerPort = "vault.hashicorp.com/agent-cache-listener-port"
Expand Down

0 comments on commit 5f76ac2

Please sign in to comment.