diff --git a/README.md b/README.md index 55307a1..e69cfd8 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/docs/tutorials/tutorial03.md b/docs/tutorials/tutorial03.md index 9a5769f..2a321c1 100644 --- a/docs/tutorials/tutorial03.md +++ b/docs/tutorials/tutorial03.md @@ -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