Skip to content

Commit

Permalink
chore(docs): Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
smp4 committed Jun 6, 2024
1 parent ddea6f4 commit 3993ad3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ This is more of a wishlist than a roadmap.
- Implement [graceful node shutdown](https://github.com/k3s-io/k3s/discussions/4319).
- ArgoCD slack notifications.
- Renovate update PRs ([inspiration](https://github.com/reefland/ansible-k3s-argocd-renovate)).
- Define tenant application versions in a `version.yml` file with a container tag per environment in `tenants/myapp/envs/`.
- Define tenant application versions in a `version.yml` file with a container tag per environment in `tenants/#/envs/`.
- Sealed Secrets [best practices](https://kubernetes.io/docs/concepts/configuration/secret/) (encryption at rest, RBAC).
- Basic auth on longhorn dashboard

Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/tutorial03.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ ssh-keygen -t ed25519 -C "your_email@example.com" # your github account email
# Leave the passphrase empty
```

We won't be using this private key on a local machine and it isn't protected with a passphrase, so we do not need to add it to any keychain or `ssh-agent`.
We won't be using this private key on a local machine and it isn't protected with a passphrase, so we do not need to add it to any key chain or `ssh-agent`.


### Create local plain text secrets
Expand Down

0 comments on commit 3993ad3

Please sign in to comment.