We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ea64d3 commit 2d363beCopy full SHA for 2d363be
main.star
@@ -53,7 +53,7 @@ def run(
53
max_cpu (int): Define how much CPU millicores the service should be assign max.
54
min_memory (int): Define how much MB of memory the service should be assigned at least.
55
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}
+ node_selectors (dict[string, string]): Define a dict of node selectors - only works in kubernetes example: {"kubernetes.io/hostname": node-name-01}
57
Returns:
58
An object containing useful information about the Postgres database running inside the enclave:
59
```
0 commit comments