Skip to content

Commit e12e8a6

Browse files
committed
fix: proper env name
1 parent 45a1787 commit e12e8a6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

helm/applications/skaha/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ The following table lists the configurable parameters for the Skaha Helm chart:
6363
| `deployment.skaha.adminsGroup` | GMS style Group URI for Skaha admins to belong to | `""` |
6464
| `deployment.skaha.headlessGroup` | GMS style Group URI whose members can submit headless jobs | `""` |
6565
| `deployment.skaha.headlessPriorityGroup` | GMS style Group URI whose member's headless jobs can pre-empt other's. Useful fortight deadlines in processing | `""` |
66+
| `deployment.skaha.headlessPriorityClass` | Name of the `priorityClass` for headless jobs to allow some pre-emption | `""` |
6667
| `deployment.skaha.loggingGroups` | List of GMS style Group URIs whose members can alter the log level. See [cadc-log](https://github.com/opencadc/core/tree/main/cadc-log) regarding the `/logControl` endpoint. | `[]` |
6768
| `deployment.skaha.posixMapperResourceID` | Resource ID (URI) for the POSIX Mapper service containing the UIDs and GIDs | `""` |
6869
| `deployment.skaha.oidcURI` | URI (or URL) for the OIDC service | `""` |

helm/applications/skaha/templates/skaha-tomcat-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ spec:
6969
value: "{{ . }}"
7070
{{- end }}
7171
{{- with .Values.deployment.skaha.headlessPriorityClass }}
72-
- name: skaha.headlesspriortyclass
72+
- name: SKAHA_HEADLESS_PRIORITY_CLASS
7373
value: "{{ . }}"
7474
{{- end }}
7575
{{- with .Values.deployment.skaha.sessions.kueue }}

0 commit comments

Comments
 (0)