From b9954955897c2e085af089c1413584337dc2348b Mon Sep 17 00:00:00 2001 From: pmacius Date: Tue, 8 Oct 2024 09:51:59 +0200 Subject: [PATCH] add descr --- charts/alfresco-adf-app/README.md | 2 +- charts/alfresco-adf-app/values.yaml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/charts/alfresco-adf-app/README.md b/charts/alfresco-adf-app/README.md index ab4a7766..a5005e61 100644 --- a/charts/alfresco-adf-app/README.md +++ b/charts/alfresco-adf-app/README.md @@ -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 | diff --git a/charts/alfresco-adf-app/values.yaml b/charts/alfresco-adf-app/values.yaml index 40a836ab..b4678b85 100644 --- a/charts/alfresco-adf-app/values.yaml +++ b/charts/alfresco-adf-app/values.yaml @@ -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: {}