Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(helm chart): service account secrets, with fix for indentation #3291

Draft
wants to merge 8 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
Merge branch 'main' into iain/fix-service-account-secrets
iainsproat committed Nov 15, 2024

Verified

This commit was signed with the committer’s verified signature.
ilblackdragon Illia Polosukhin
commit eb124da8f85cf3ab3a53154214b361000b75ab1a
3 changes: 3 additions & 0 deletions utils/helm/speckle-server/templates/_helpers.tpl
Original file line number Diff line number Diff line change
@@ -1099,6 +1099,9 @@ Generate the secrets to which the service account should allow access for the Sp
{{- if .Values.featureFlags.workspaceModuleEnabled }}
{{- $secretNames := append $secretNames ( default .Values.secretName .Values.server.licenseTokenSecret.secretName ) }}
{{- end }}
{{- if .Values.featureFlags.workspacesMultiRegionEnabled }}
{{- $secretNames := append $secretNames ( default .Values.secretName .Values.multiRegion.config.secretName ) }}
{{- end }}
{{- range $secretName := uniq $secretNames }}
- name: {{ $secretName }}
{{- end }}
You are viewing a condensed version of this merge commit. You can view the full changes here.