mirror of
https://github.com/PyratLabs/ansible-role-k3s.git
synced 2024-10-31 08:28:54 +01:00
Fix link to documentation
This commit is contained in:
parent
4afc2c8a5a
commit
5d3524d729
@ -14,6 +14,14 @@
|
||||
---
|
||||
-->
|
||||
|
||||
## 2020-12-05, v2.1.1
|
||||
|
||||
### Notable changes
|
||||
|
||||
- Fixed link to documentation.
|
||||
|
||||
---
|
||||
|
||||
## 2020-12-05, v2.1.0
|
||||
|
||||
### Notable changes
|
||||
|
@ -133,7 +133,7 @@ variable as per the below example:
|
||||
k3s_server: "{{ lookup('file', 'path/to/k3s_server.yml') | from_yaml }}"
|
||||
```
|
||||
|
||||
Check out the [Documentation](Documentation/README.md) for example
|
||||
Check out the [Documentation](documentation/README.md) for example
|
||||
configuration.
|
||||
|
||||
### Agent (Worker) Configuration
|
||||
@ -161,7 +161,7 @@ variable as per the below example:
|
||||
k3s_agent: "{{ lookup('file', 'path/to/k3s_agent.yml') | from_yaml }}"
|
||||
```
|
||||
|
||||
Check out the [Documentation](Documentation/README.md) for example
|
||||
Check out the [Documentation](documentation/README.md) for example
|
||||
configuration.
|
||||
|
||||
#### Important note about `k3s_release_version`
|
||||
|
Loading…
Reference in New Issue
Block a user