Skip to content

Commit

Permalink
Fix missing endifs
Browse files Browse the repository at this point in the history
  • Loading branch information
thespad committed Dec 1, 2024
1 parent 4e8df15 commit 9c7c719
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions roles/generate-jenkins/templates/DOCUMENTATION.j2
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ Containers are configured using parameters passed at runtime (such as those abov
{% for item in opt_cap_add_param_vars %}
| `--cap-add={{ item.cap_add_var }}` | {{ item.desc }} |
{% endfor %}
{% endif %}
{% if nonroot_supported is defined and nonroot_supported %}
| `--user=1000:1000` | Run container with a non-root user. Please [read the docs](https://docs.linuxserver.io/misc/non-root/). |
{% endif %}
Expand Down
1 change: 1 addition & 0 deletions roles/generate-jenkins/templates/README.j2
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ Containers are configured using parameters passed at runtime (such as those abov
{% for item in opt_cap_add_param_vars %}
| `--cap-add={{ item.cap_add_var }}` | {{ item.desc }} |
{% endfor %}
{% endif %}
{% if nonroot_supported is defined and nonroot_supported %}
| `--user=1000:1000` | Run container with a non-root user. Please [read the docs](https://docs.linuxserver.io/misc/non-root/). |
{% endif %}
Expand Down

0 comments on commit 9c7c719

Please sign in to comment.