Skip to content

Commit

Permalink
review
Browse files Browse the repository at this point in the history
  • Loading branch information
pmacius committed Oct 7, 2024
1 parent 95ebf92 commit 79c966e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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 | list | `[]` | |
| configMap | object | `{}` | |
| 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
2 changes: 1 addition & 1 deletion charts/alfresco-adf-app/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ metadata:
labels:
{{- include "alfresco-adf-app.labels" . | nindent 4 }}
data:
config.json: >-
app.config.json: >-
{{- .Values.configMap | toJson | nindent 4 }}
{{- end }}
2 changes: 1 addition & 1 deletion charts/alfresco-adf-app/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ volumes: []
# -- Additional volumeMounts on the output Deployment definition
volumeMounts: []

configMap: []
configMap: {}

nodeSelector: {}

Expand Down

0 comments on commit 79c966e

Please sign in to comment.