Skip to content

Commit

Permalink
update helmcharts to use USER_ID_FIELDS instead of USER_ID_FIELd
Browse files Browse the repository at this point in the history
  • Loading branch information
CBuiVNG committed Dec 1, 2020
1 parent 5629684 commit dfd9677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ spec:
value: {{ .Values.settings.pubJwks | quote }}
- name: JWKS_URL
value: {{ .Values.settings.jwksUrl | quote }}
- name: USER_ID_FIELD
- name: USER_ID_FIELDS
value: {{ .Values.settings.userIdField | quote }}
- name: SIGNALS_ML_TOOL_ENDPOINT
value: {{ .Values.settings.classificationEndpoint | quote }}
Expand Down

0 comments on commit dfd9677

Please sign in to comment.