Skip to content

Commit

Permalink
helm.md bug fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
0xaravindh committed Nov 27, 2024
1 parent 6f334c3 commit e615461
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/content/en/docs/Installation/Install Agones/helm.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ The following tables lists the configurable parameters of the Agones chart and t
| `agones.image.controller.pullSecret` | Image pull secret for the controller, allocator, sdk and ping image. Should be created both in `agones-system` and `default` namespaces | \`\` |
| `agones.image.sdk.name` | Image name for the sdk | `agones-sdk` |
| `agones.image.sdk.tag` | Image tag for the sdk | value of `agones.image.tag` |
| `agones.image.sdk.agonesSdkImage` | Image tag for the agones-sdk | `{{< agones-sdk-registry url >}}` |
| `agones.image.sdk.agonesSdkImage` | Image tag for the agones-sdk | `agones-sdk-registry-url` |
| `agones.image.sdk.cpuRequest` | The [cpu request][cpu-constraints] for sdk server container | `30m` |
| `agones.image.sdk.cpuLimit` | The [cpu limit][cpu-constraints] for the sdk server container | `0` (none) |
| `agones.image.sdk.memoryRequest` | The [memory request][memory-constraints] for sdk server container | `0` (none) |
Expand Down

0 comments on commit e615461

Please sign in to comment.