Skip to content

Commit

Permalink
fix: use correct key in secret for knowledgeFileWorkers
Browse files Browse the repository at this point in the history
Signed-off-by: Donnie Adams <donnie@acorn.io>
  • Loading branch information
thedadams committed Feb 7, 2025
1 parent 1366559 commit 9e4cdc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chart/templates/secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ data:
nahThreadiness: {{ .Values.config.nahThreadiness | b64enc }}
{{- end }}
{{- if .Values.config.knowledgeFileWorkers }}
knowledgeFileThreadiness: {{ .Values.config.knowledgeFileWorkers | b64enc }}
knowledgeFileWorkers: {{ .Values.config.knowledgeFileWorkers | b64enc }}
{{- end }}
{{- if .Values.config.githubAuthToken }}
githubAuthToken: {{ .Values.config.githubAuthToken | b64enc }}
Expand Down

0 comments on commit 9e4cdc6

Please sign in to comment.