Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AAA-18065 remove APP_CONFIG_EXAMPLE_PROJECTS_HOST #1616

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions helm/alfresco-process-infrastructure/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -406,12 +406,8 @@ Kubernetes: `>=1.15.0-0`
| alfresco-modeling-app.env.APP_CONFIG_BPM_HOST | string | `"{{ include \"common.gateway-url\" . }}"` | |
| alfresco-modeling-app.env.APP_CONFIG_DISABLED_EXAMPLE_PROJECTS | string | `"{{ .Values.exampleProjects.disabled }}"` | |
| alfresco-modeling-app.env.APP_CONFIG_ECM_HOST | string | `"{{ template \"alfresco-process-infrastructure.acs-url\" . }}"` | |
| alfresco-modeling-app.env.APP_CONFIG_EXAMPLE_PROJECTS_HOST | string | `"{{ .Values.exampleProjects.host }}"` | |
| alfresco-modeling-app.env.APP_CONFIG_EXAMPLE_PROJECTS_RESOURCE | string | `"{{ .Values.exampleProjects.resource }}"` | |
| alfresco-modeling-app.env.APP_CONFIG_IDENTITY_HOST | string | `"{{ include \"common.keycloak-url\" . }}/admin/realms/{{ include \"common.keycloak-realm\" . }}"` | |
| alfresco-modeling-app.exampleProjects.disabled | bool | `false` | |
| alfresco-modeling-app.exampleProjects.host | string | `"https://alfresco.github.io/apa-templates"` | |
| alfresco-modeling-app.exampleProjects.resource | string | `"index_7.4.0.json"` | |
| alfresco-modeling-app.image.pullPolicy | string | `"Always"` | |
| alfresco-modeling-app.image.repository | string | `"quay.io/alfresco/alfresco-modeling-app"` | |
| alfresco-modeling-app.image.tag | string | `"develop"` | |
Expand Down
4 changes: 0 additions & 4 deletions helm/alfresco-process-infrastructure/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -666,16 +666,12 @@ alfresco-modeling-app:
envType: frontend
exampleProjects:
disabled: false
host: https://alfresco.github.io/apa-templates
resource: index_7.4.0.json
env:
APP_CONFIG_AUTH_TYPE: OAUTH
APP_CONFIG_ECM_HOST: '{{ template "alfresco-process-infrastructure.acs-url" . }}'
APP_CONFIG_BPM_HOST: '{{ include "common.gateway-url" . }}'
APP_CONFIG_IDENTITY_HOST: '{{ include "common.keycloak-url" . }}/admin/realms/{{ include "common.keycloak-realm" . }}'
APP_CONFIG_DISABLED_EXAMPLE_PROJECTS: "{{ .Values.exampleProjects.disabled }}"
APP_CONFIG_EXAMPLE_PROJECTS_HOST: "{{ .Values.exampleProjects.host }}"
APP_CONFIG_EXAMPLE_PROJECTS_RESOURCE: "{{ .Values.exampleProjects.resource }}"
ingress:
path: /modeling
annotations:
Expand Down
Loading