Skip to content

Commit

Permalink
fix: update helm docs
Browse files Browse the repository at this point in the history
  • Loading branch information
igdianov committed Feb 25, 2022
1 parent fd8a1c4 commit 8d621eb
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions helm/alfresco-process-application/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ Kubernetes: `>=1.15.0-0`
| activiti-cloud-query.db.ddlAuto | string | `"none"` | set to 'none' temporarily rather than default 'validate' that breaks |
| activiti-cloud-query.enabled | bool | `true` | |
| activiti-cloud-query.extraEnv | string | `"- name: SERVER_PORT\n value: \"8080\"\n- name: SERVER_USEFORWARDHEADERS\n value: \"true\"\n- name: SERVER_TOMCAT_INTERNALPROXIES\n value: \".*\"\n- name: KEYCLOAK_USERESOURCEROLEMAPPINGS\n value: \"false\"\n- name: ACTIVITI_KEYCLOAK_CLIENT_ID\n valueFrom:\n secretKeyRef:\n name: {{ tpl .Values.global.keycloak.clientSecretName $ }}\n key: clientId\n- name: ACTIVITI_KEYCLOAK_CLIENT_SECRET\n valueFrom:\n secretKeyRef:\n name: {{ tpl .Values.global.keycloak.clientSecretName $ }}\n key: clientSecret\n- name: ACTIVITI_CLOUD_APPLICATION_NAME\n value: {{ tpl .Values.global.applicationName $ | quote }}\n- name: GRAPHIQL_GRAPHQL_WS_PATH\n value: '/{{ .Release.Name }}/notifications/ws/graphql'\n- name: GRAPHIQL_GRAPHQL_WEB_PATH\n value: '/{{ .Release.Name }}/notifications/graphql'\n"` | |
| activiti-cloud-query.extraVolumeMounts | string | `"- name: license\n mountPath: \"/root/.activiti/enterprise-license/\"\n readOnly: true\n"` | |
| activiti-cloud-query.extraVolumes | string | `"- name: license\n secret:\n secretName: licenseaps\n"` | |
| activiti-cloud-query.image.pullPolicy | string | `"Always"` | |
| activiti-cloud-query.image.repository | string | `"quay.io/alfresco/alfresco-process-query-service"` | |
| activiti-cloud-query.image.tag | string | `"develop"` | |
Expand Down Expand Up @@ -168,8 +166,8 @@ Kubernetes: `>=1.15.0-0`
| runtime-bundle.affinity | object | `{}` | |
| runtime-bundle.enabled | bool | `true` | |
| runtime-bundle.extraEnv | string | `"- name: SERVER_PORT\n value: \"8080\"\n- name: SERVER_USEFORWARDHEADERS\n value: \"true\"\n- name: SERVER_TOMCAT_INTERNALPROXIES\n value: \".*\"\n- name: ACTIVITI_CLOUD_APPLICATION_NAME\n value: {{ tpl .Values.global.applicationName $ | quote }}\n- name: KEYCLOAK_USERESOURCEROLEMAPPINGS\n value: \"true\"\n- name: ACTIVITI_KEYCLOAK_CLIENT_ID\n valueFrom:\n secretKeyRef:\n name: {{ tpl .Values.global.keycloak.clientSecretName $ }}\n key: clientId\n- name: ACTIVITI_KEYCLOAK_CLIENT_SECRET\n valueFrom:\n secretKeyRef:\n name: {{ tpl .Values.global.keycloak.clientSecretName $ }}\n key: clientSecret\n- name: SPRING_ACTIVITI_PROCESSDEFINITIONLOCATIONPREFIX\n value: 'file:/root/.activiti/project-release-volume/{{ .Values.global.applicationVersion }}/processes/'\n- name: PROJECT_MANIFEST_FILE_PATH\n value: 'file:/root/.activiti/project-release-volume/{{ .Values.global.applicationVersion }}/{{ .Values.projectName }}.json'\n- name: APPLICATION_VERSION\n value: \"{{ .Values.global.applicationVersion }}\"\n- name: ACT_RB_SERVICE_URL\n value: '{{ include \"common.gateway-url\" . }}/{{ .Release.Name }}/rb'\n- name: DMNCONFIGURATION_TABLESDEFINITIONSDIRECTORYPATH\n value: 'file:/root/.activiti/project-release-volume/{{ .Values.global.applicationVersion }}/decision-tables/'\n- name: FORMCONFIGURATION_FORMSDEFINITIONSDIRECTORYPATH\n value: 'file:/root/.activiti/project-release-volume/{{ .Values.global.applicationVersion }}/forms/'\n- name: CONTENT_SERVICE_ENABLED\n value: \"{{ .Values.global.acs.enabled }}\"\n- name: \"APPLICATION_EMAIL_ENABLED\"\n value: \"false\"\n"` | |
| runtime-bundle.extraVolumeMounts | string | `"- name: license\n mountPath: \"/root/.activiti/enterprise-license/\"\n readOnly: true\n- name: {{ .Release.Name }}\n mountPath: '/root/.activiti/project-release-volume/{{ .Values.global.applicationVersion }}/'\n"` | |
| runtime-bundle.extraVolumes | string | `"- name: license\n secret:\n secretName: licenseaps\n- name: {{ .Release.Name }}\n persistentVolumeClaim:\n claimName: {{ .Release.Name }}\n"` | |
| runtime-bundle.extraVolumeMounts | string | `"- name: {{ .Release.Name }}\n mountPath: '/root/.activiti/project-release-volume/{{ .Values.global.applicationVersion }}/'\n"` | |
| runtime-bundle.extraVolumes | string | `"- name: {{ .Release.Name }}\n persistentVolumeClaim:\n claimName: {{ .Release.Name }}\n"` | |
| runtime-bundle.image.pullPolicy | string | `"Always"` | |
| runtime-bundle.image.repository | string | `"quay.io/alfresco/alfresco-process-runtime-bundle-service"` | |
| runtime-bundle.image.tag | string | `"develop"` | |
Expand Down

0 comments on commit 8d621eb

Please sign in to comment.