Skip to content

Commit 46b5684

Browse files
authored
Fix environment variable references for k0s in docs (#484)
1 parent 6e4f9f0 commit 46b5684

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/docs/Reference/configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -718,7 +718,7 @@ stages:
718718
| `k0s.enabled` | Enables the k0s server instance. Accepted: `true`, `false`. |
719719
| `k0s.env` | Additional environment variables for the k0s server instance. |
720720
| `k0s.args` | Additional arguments for the k0s server instance. |
721-
| `k0s.replace_env` | Replaces all environment variables otherwise passed to k3s by Kairos with those supplied here. Make sure you pass all the environment variables you need. |
721+
| `k0s.replace_env` | Replaces all environment variables otherwise passed to k0s by Kairos with those supplied here. Make sure you pass all the environment variables you need. |
722722
| `k0s.replace_args` | Replaces all arguments otherwise passed to k3s by Kairos with those supplied here. Make sure you pass all the arguments you need. |
723723

724724
{{% /tab %}}
@@ -728,7 +728,7 @@ stages:
728728
| `k0s-worker.enabled` | Enables the k0s worker instance. Accepted: `true`, `false`. |
729729
| `k0s-worker.env` | Additional environment variables for the k0s worker instance. |
730730
| `k0s-worker.args` | Additional arguments for the k0s worker instance. |
731-
| `k0s-worker.replace_env` | Replaces all environment variables otherwise passed to k3s by Kairos with those supplied here. Make sure you pass all the environment variables you need. |
731+
| `k0s-worker.replace_env` | Replaces all environment variables otherwise passed to k0s by Kairos with those supplied here. Make sure you pass all the environment variables you need. |
732732
| `k0s-worker.replace_args` | Replaces all arguments otherwise passed to k0s by Kairos with those supplied here. Make sure you pass all the arguments you need. |
733733

734734
{{% /tab %}}

0 commit comments

Comments
 (0)