Skip to content

Commit

Permalink
HPCC-27610 Update Container Placements Documentation
Browse files Browse the repository at this point in the history
Signed-off-by: g-pan <[email protected]>
  • Loading branch information
g-pan committed Dec 7, 2023
1 parent f2988af commit 47e8bcb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1293,7 +1293,7 @@ thor:

<entry>This is the "Deployment" metadata name from the name of
the array item of a type. For example, "eclwatch-", "mydali-",
"thor-thoragent" This can be a regular expression since
"thor-thoragent" using a regular expression is preferred since
Kubernetes will use the metadata name as a prefix and
dynamically generate the pod name such as,
eclwatch-7f4dd4dd44cb-c0w3x.</entry>
Expand All @@ -1305,7 +1305,7 @@ thor:
<entry>The job name is typically a regular expression as well,
since the job name is generated dynamically. For example, a
compile job compile-54eB67e567e, could use "compile-" or
"compile-*" or the exact match "^compile-.$"</entry>
"compile-.*" or the exact match "^compile-.$"</entry>
</row>

<row>
Expand Down

0 comments on commit 47e8bcb

Please sign in to comment.