Skip to content

Commit

Permalink
fix(helm chart): server service account should have access to license…
Browse files Browse the repository at this point in the history
… token secret (#2661)
  • Loading branch information
iainsproat authored Aug 14, 2024
1 parent 76b5964 commit 9896d49
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions utils/helm/speckle-server/templates/server/serviceaccount.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,8 @@ secrets:
{{- if .Values.featureFlags.automateModuleEnabled }}
- name: encryption-keys
{{- end }}
{{- if .Values.featureFlags.workspaceModuleEnabled }}
- name: {{ default .Values.secretName .Values.server.licenseTokenSecret.secretName }}
{{- end }}

{{- end -}}

0 comments on commit 9896d49

Please sign in to comment.