Skip to content
This repository has been archived by the owner on Sep 21, 2023. It is now read-only.

Commit

Permalink
*: fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
hasbro17 committed Apr 18, 2018
1 parent dea3621 commit caf773a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -40,7 +40,7 @@ The Vault operator employs the [etcd operator][etcd-operator] to deploy an etcd
1. Create the etcd operator Custom Resource Definitions (CRD):

```
kubectl create -f ./example/etcd_crds.yaml
kubectl create -f example/etcd_crds.yaml
```
2. Deploy the etcd operator:

Expand All @@ -53,7 +53,7 @@ The Vault operator employs the [etcd operator][etcd-operator] to deploy an etcd
1. Create the Vault CRD:

```
kubectl create -f ./example/vault_crd.yaml
kubectl create -f example/vault_crd.yaml
```

2. Deploy the Vault operator:
Expand Down
2 changes: 1 addition & 1 deletion doc/user/vault.md
Expand Up @@ -5,7 +5,7 @@ This document describes how to initialize, unseal, and interact with a deployed
## Prerequisites

* [Vault Commands (CLI)][vault-cli] installed
* Before beginning, create the [example][example_vault] Vault cluster.
* Before beginning, create the [example][example_vault] Vault cluster

## Initializing a Vault cluster

Expand Down

0 comments on commit caf773a

Please sign in to comment.