Skip to content

Commit 2d363be

Browse files
authored
fix: added types to node_selectors (#20)
1 parent 3ea64d3 commit 2d363be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.star

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def run(
5353
max_cpu (int): Define how much CPU millicores the service should be assign max.
5454
min_memory (int): Define how much MB of memory the service should be assigned at least.
5555
max_memory (int): Define how much MB of memory the service should be assigned max.
56-
node_selectors (dict): Define a dict of node selectors - only works in kubernetes example: {"kubernetes.io/hostname": node-name-01}
56+
node_selectors (dict[string, string]): Define a dict of node selectors - only works in kubernetes example: {"kubernetes.io/hostname": node-name-01}
5757
Returns:
5858
An object containing useful information about the Postgres database running inside the enclave:
5959
```

0 commit comments

Comments
 (0)