Skip to content

Commit

Permalink
fix(helm chart): indentation typo (#2662)
Browse files Browse the repository at this point in the history
  • Loading branch information
iainsproat authored Aug 14, 2024
1 parent 9896d49 commit afe1d19
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ secrets:
- name: encryption-keys
{{- end }}
{{- if .Values.featureFlags.workspaceModuleEnabled }}
- name: {{ default .Values.secretName .Values.server.licenseTokenSecret.secretName }}
- name: {{ default .Values.secretName .Values.server.licenseTokenSecret.secretName }}
{{- end }}

{{- end -}}

0 comments on commit afe1d19

Please sign in to comment.