Skip to content

Commit

Permalink
chore(docs): update installation-chart documentation (#1791)
Browse files Browse the repository at this point in the history
* chore(docs): update installation-chart documentation

* chore(docs): update installation-chart documentation
  • Loading branch information
bot-targa authored and malta895 committed Nov 25, 2024
1 parent b4bf00e commit beeb695
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ If you want to fine tune resources for specific services the proper documentatio
| `configurations.consoleUrl` | string | The URL where the console will be exposed | ||
| `configurations.cmsUrl` | string | The URL where the console CMS will be exposed | ||


### Docker and runtime specific configurations

| Name | Type | Description | Default | Optional |
| :------------------------: | :-----: | :----------------------------: | :-----: | :------: |
| `imageCredentials` | [pull secret credentials](#pull-secret-credentials) | An object to generate the image pull secrets | ||
| `imagePullSecrets` | array | An array of `imagePullSecrets` | `[]` ||
| `defaultPodSecurityContext` | [pod security context](https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-pod) | Override all the default pod security context per each workload with custom configuration | `{"runAsNonRoot": true, "runAsUser": 10000, "runAsGroup": 11000, "fsGroup": 12000}` ||
| `useCDN` | boolean | Enable the use of a CDN for the static assets | `true` ||

#### Pull secret credentials

Expand Down

0 comments on commit beeb695

Please sign in to comment.