Skip to content

Commit

Permalink
Remove Trailing White space in Kubernetes Doc (#3360)
Browse files Browse the repository at this point in the history
Removed a trailing white space from which caused `Error loading data: Invalid key/value pair ' ': format must be key=value` if copying the example

```
vault write auth/kubernetes/role/demo \
    bound_service_account_names=vault-auth \
    bound_service_account_namespaces=default \
    policies=default \
    ttl=1h
```
  • Loading branch information
marc-sensenich authored and jefferai committed Dec 2, 2017
1 parent b64a416 commit 100ec6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/source/docs/auth/kubernetes.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ login it first must be configured in a role.

```
vault write auth/kubernetes/role/demo \
bound_service_account_names=vault-auth \
bound_service_account_names=vault-auth \
bound_service_account_namespaces=default \
policies=default \
ttl=1h
Expand Down

0 comments on commit 100ec6c

Please sign in to comment.