Skip to content

Commit

Permalink
add descr
Browse files Browse the repository at this point in the history
  • Loading branch information
pmacius committed Oct 8, 2024
1 parent 79c966e commit b995495
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/alfresco-adf-app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Checkout [alfresco-content-services chart's doc](https://github.com/Alfresco/acs
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| affinity | object | `{}` | |
| configMap | object | `{}` | |
| configMap | object | `{}` | Additional configMap which converts yaml to json. This is useful for creating a app.config.json file for nginx apps. Which then can be mounted as a volume. |
| env | object | `{}` | |
| fullnameOverride | string | `""` | |
| global.alfrescoRegistryPullSecrets | string | `"quay-registry-secret"` | If a private image registry a secret can be defined and passed to kubernetes, see: https://github.com/Alfresco/acs-deployment/blob/a924ad6670911f64f1bba680682d266dd4ea27fb/docs/helm/eks-deployment.md#docker-registry-secret |
Expand Down
3 changes: 3 additions & 0 deletions charts/alfresco-adf-app/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@ volumes: []
# -- Additional volumeMounts on the output Deployment definition
volumeMounts: []

# -- Additional configMap which converts yaml to json. This is useful for
# creating a app.config.json file for nginx apps. Which then can be mounted as a
# volume.
configMap: {}

nodeSelector: {}
Expand Down

0 comments on commit b995495

Please sign in to comment.