File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
Charts/ldtteam-authentication-server Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 62
62
{{- include "ldtteam-authentication-server.envFromSecret" (merge (dict "Secret" "Patreon.InitializingRefreshToken") .) | nindent 12}}
63
63
{{- include "ldtteam-authentication-server.envFromSecret" (merge (dict "Secret" "Patron.ApiClientSecret") .) | nindent 12}}
64
64
{{- include "ldtteam-authentication-server.envFromSecret" (merge (dict "Secret" "WebHook") .) | nindent 12}}
65
+ {{- toYaml .Values.extraEnv | nindent 12 }}
65
66
volumes :
66
67
- name : appsettings
67
68
configMap :
Original file line number Diff line number Diff line change @@ -57,6 +57,8 @@ autoscaling:
57
57
maxReplicas : 100
58
58
targetCPUUtilizationPercentage : 80
59
59
targetMemoryUtilizationPercentage : 80
60
+
61
+ extraEnv : []
60
62
61
63
postgresql :
62
64
enabled : true
You can’t perform that action at this time.
0 commit comments