Skip to content

Commit

Permalink
✏️ fix more typo errors
Browse files Browse the repository at this point in the history
  • Loading branch information
plusiv committed Jul 9, 2024
1 parent cd8a5ff commit 2acf549
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@ kubectl envsecret create --from-env-file <path-to-env-file> --from-env-file <pat
#### Create a Secret from a Single `.env` File

```sh
kubectl envsecret create --from-env-file /path/to/`.env`
kubectl envsecret create --from-env-file /path/to/.env
```

#### Create a Secret from Multiple `.env` Files

```sh
kubectl envsecret create --from-env-file /path/to/`.env` --from-env-file /another/path/.env
kubectl envsecret create --from-env-file /path/to/.env --from-env-file /another/path/.env
```

## Development
Expand Down

0 comments on commit 2acf549

Please sign in to comment.