Skip to content

Commit

Permalink
fixup! 🔧(helm) rework chart based on jenny helm chart
Browse files Browse the repository at this point in the history
  • Loading branch information
wilbrdt committed Jul 4, 2024
1 parent 9ab1255 commit 01b80e6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/helm/warren/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ dependencies:
version: 0.1.0
- name: postgresql
repository: oci://registry-1.docker.io/bitnamicharts
version: 13.2.24
digest: sha256:4b13561dfdca97064192f6861fd5f75f25cdf8b4161a2bb092fbede18f879c61
generated: "2023-12-07T16:42:14.91623072+01:00"
version: 13.4.6
digest: sha256:254a201e5c57f8ae32c527f319492b34167626947c642491343413df2bd61874
generated: "2024-07-03T15:58:33.064365499+02:00"
5 changes: 5 additions & 0 deletions src/helm/warren/charts/api/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@ spec:
timeoutSeconds: 30
env:
{{- include "api.envs" . | nindent 12 }}
{{- if .Values.fastapi.extraEnvVarsCM }}
envFrom:
- configMapRef:
name: {{ .Values.fastapi.extraEnvVarsCM }}
{{- end }}
{{ with .Values.fastapi.command }}
command:
{{- toYaml . | nindent 12 }}
Expand Down

0 comments on commit 01b80e6

Please sign in to comment.