Skip to content

Commit

Permalink
Add support for extra ENV values.
Browse files Browse the repository at this point in the history
  • Loading branch information
marchermans committed Dec 28, 2024
1 parent 515d89a commit ccb4b64
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ spec:
{{- include "ldtteam-authentication-server.envFromSecret" (merge (dict "Secret" "Patreon.InitializingRefreshToken") .) | nindent 12}}
{{- include "ldtteam-authentication-server.envFromSecret" (merge (dict "Secret" "Patron.ApiClientSecret") .) | nindent 12}}
{{- include "ldtteam-authentication-server.envFromSecret" (merge (dict "Secret" "WebHook") .) | nindent 12}}
{{- toYaml .Values.extraEnv | nindent 12 }}
volumes:
- name: appsettings
configMap:
Expand Down
2 changes: 2 additions & 0 deletions Charts/ldtteam-authentication-server/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ autoscaling:
maxReplicas: 100
targetCPUUtilizationPercentage: 80
targetMemoryUtilizationPercentage: 80

extraEnv: []

postgresql:
enabled: true
Expand Down

0 comments on commit ccb4b64

Please sign in to comment.