Skip to content

Commit 126986e

Browse files
authored
fixed the deploy yaml comments
Issues with hello world deployment errors
1 parent f85ce0f commit 126986e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/confidential-computing/confidential-enclave-nodes-aks-get-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ spec:
163163
image: oeciteam/sgx-test:1.0
164164
resources:
165165
limits:
166-
sgx.intel.com/epc: 5Mi # This limit will automatically place the job into a confidential computing node and mount the required driver volumes. Alternatively, you can target deployment to node pools with node selector.
166+
sgx.intel.com/epc: 5Mi # This limit will automatically place the job into a confidential computing node and mount the required driver volumes. sgx limit setting needs "confcom" AKS Addon as referenced above.
167167
restartPolicy: Never
168168
backoffLimit: 0
169169
```

0 commit comments

Comments
 (0)