You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/Reference/configuration.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -718,7 +718,7 @@ stages:
718
718
| `k0s.enabled` | Enables the k0s server instance. Accepted: `true`, `false`. |
719
719
| `k0s.env` | Additional environment variables for the k0s server instance. |
720
720
| `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. |
722
722
| `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. |
| `k0s-worker.env` | Additional environment variables for the k0s worker instance. |
730
730
| `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. |
732
732
| `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. |
0 commit comments