-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #15496 from returntrip/patch-2
[CI:DOCS] - Fix: template name inconsistency
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,7 @@ therefore the overridden default value._ | |
A Kubernetes YAML can be executed in systemd via the `[email protected]` systemd template. The template's argument is the path to the YAML file. Given a `workload.yaml` file in the home directory, it can be executed as follows: | ||
|
||
``` | ||
$ escaped=$(systemd-escape ~/sysadmin.yaml) | ||
$ escaped=$(systemd-escape ~/workload.yaml) | ||
$ systemctl --user start podman-kube@$escaped.service | ||
$ systemctl --user is-active podman-kube@$escaped.service | ||
active | ||
|