Skip to content

Commit

Permalink
Merge pull request #72 from pgsgeo/main
Browse files Browse the repository at this point in the history
port-agent: Fix docs for `containerSecurityContext`
  • Loading branch information
yairsimantov20 authored Jun 19, 2024
2 parents 26e0afb + 758d00c commit 30d3034
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/port-agent/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ The following table lists the configuration parameters of the `port-agent` chart
| `controlThePayloadConfig` | Override the default control the payload configuration file with custom json configuration | `""` |
| `podAnnotations` | Annotations to be added to the pod | `{}` |
| `podSecurityContext` | Security context applied to the pod | `{}` |
| `securityContext` | Security context applied to the container | `{}` |
| `containerSecurityContext` | Security context applied to the container | `{}` |
| `resources` | Container resource requests & limits | `{}` |
| `nodeSelector` | NodeSelector applied to the pod | `{}` |
| `tolerations` | Tolerations applied to the pod | `[]` |
Expand Down Expand Up @@ -103,4 +103,4 @@ helm install my-port-agent port-labs/port-agent \
--set selfSignedCertificate.enabled=true \
# Flag for passing the certificate file
--set-file selfSignedCertificate.certificate=/PATH/TO/CERTIFICATE.crt
```
```

0 comments on commit 30d3034

Please sign in to comment.