Skip to content

Commit

Permalink
fix k8s_env copy past bug
Browse files Browse the repository at this point in the history
  • Loading branch information
cl-a-us committed Nov 8, 2024
1 parent e782b5d commit 1153cf8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Or build and run with maven locally:
Then you can run the container locally.


## Native Build
## Native Build in github Codespaces

```shell
mvn clean
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/templates/k8s_env.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ <h1>Environment Variables</h1>
</thead>
<tbody>
<tr th:each="instance : ${env}">
<td th:text="${instance.getKey()}">val</td>
<td th:text="${instance.getKey()}">key</td>
<td th:text="${instance.getValue()}">val</td>
</tr>
</tbody>
Expand Down

0 comments on commit 1153cf8

Please sign in to comment.