gergo/fixHelmChart (#3350)

* fix(helm): stripe secret refs again

* fix(helm): stripe secret refs again
This commit is contained in:
Gergő Jedlicska
2024-10-21 15:44:55 +02:00
committed by GitHub
parent 5b8ec1bd14
commit c2df98783e
@@ -670,7 +670,8 @@ Generate the environment variables for Speckle server and Speckle objects deploy
valueFrom:
secretKeyRef:
name: "{{ default .Values.secretName .Values.server.billing.secretName }}"
key: {{ .Values.server.billing.workspaceYearlyBusinessStripePriceId.secretKey }}
key: {{ .Values.server.billing.workspaceYearlyBusinessSeatStripePriceId.secretKey }}
{{- end }}
{{- if .Values.featureFlags.automateModuleEnabled }}