Skip to content

Commit

Permalink
Update patch for Peregrine (wsgi.py instead of settinsg.py)
Browse files Browse the repository at this point in the history
  • Loading branch information
lbeckman314 committed Mar 12, 2024
1 parent 201dfc7 commit a342b00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/peregrine/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ volumes:
volumeMounts:
- name: "config-volume"
readOnly: true
mountPath: "/var/www/peregrine/settings.py"
mountPath: "/var/www/peregrine/wsgi.py"
subPath: "settings.py"

# Values to determine the labels that are used for the deployment, pod, etc.
Expand Down

0 comments on commit a342b00

Please sign in to comment.